Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraceDB Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IGWN Computing and Software
GraceDB
GraceDB Server
Commits
b75544db
Commit
b75544db
authored
9 months ago
by
Alexander Pace
Browse files
Options
Downloads
Patches
Plain Diff
fix o4b end date
parent
9e97e84a
No related branches found
No related tags found
1 merge request
!229
fix o4b end date
Pipeline
#636108
passed
9 months ago
Stage: test
Stage: branch
Stage: latest
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gracedb/search/constants.py
+2
-3
2 additions, 3 deletions
gracedb/search/constants.py
with
2 additions
and
3 deletions
gracedb/search/constants.py
+
2
−
3
View file @
b75544db
...
...
@@ -21,9 +21,8 @@ RUN_MAP = {
# https://observing.docs.ligo.org/plan/
# The LIGO Hanford (LHO), LIGO Livingston (LLO), and Virgo detectors transitioned
# to the regular observing run O4b at 15:00 UTC on 10 April 2024. O4b will run
# until February 2025 (FIXME specific date TBD), with no further planned breaks
# in observing.
"
O4b
"
:
(
1396796418
,
1423238418
),
# until 9 June 2025 (assuming 15:00 UTC but FIXME later).
"
O4b
"
:
(
1396796418
,
1433516418
),
# O4a started May 24, 2023 1500UTC and ended Jan 16, 2024 1600UTC
"
O4a
"
:
(
1368975618
,
1389456018
),
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment