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
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Michael William Coughlin
GraceDB Server
Commits
ffa70e62
Commit
ffa70e62
authored
5 years ago
by
Tanner Prestegard
Committed by
GraceDB
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add ER13, ER14, and O3 time intervals for searches
parent
a36c695b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gracedb/search/constants.py
+8
-0
8 additions, 0 deletions
gracedb/search/constants.py
with
8 additions
and
0 deletions
gracedb/search/constants.py
+
8
−
0
View file @
ffa70e62
...
...
@@ -17,6 +17,14 @@ ExpressionOperator.setParseAction(lambda toks: EXPR_OPERATORS[toks[0]])
# Dict of LIGO run names (keys) and GPS time range tuples (values)
RUN_MAP
=
{
# FIXME: O3 end not determined at present (May 2019), end time currently
# set to be 1 year from start date
# 01 Apr 2019 15:00:00 UTC - ?? (currently using 01 Apr 2020 15:00:00 UTC)
"
O3
"
:
(
1238166018
,
1269788418
),
# 04 Mar 2019 16:00:00 UTC - 01 Apr 2019 15:00:00 UTC
"
ER14
"
:
(
1235750418
,
1238166018
),
# 14 Dec 2018 16:00:00 UTC - 18 Dec 2018 14:00:00 UTC
"
ER13
"
:
(
1228838418
,
1229176818
),
# 30 Nov 2016 16:00:00 UTC - 25 Aug 2017 22:00:00 UTC
"
O2
"
:
(
1164556817
,
1187733618
),
# Friday, Sept 18th, 10 AM CDT 2015 - Tuesday, Jan 12th, 10:00 AM CST 2016
...
...
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