Return a specific past observation run.

Rel URLs:

  • Follow datasets_url for a list of datasets.
  • Follow events_url for a list of events discovered on each run.
  • Follow timelines_url for a list of timelines and their segment list.
  • Follow strain_files_url for a list of strain files.
GET /api/v2/runs/O1?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "O1",
    "gps_start": 1126051217,
    "gps_end": 1137254417,
    "doi": "http://doi.org/10.7935/K57P8W9D",
    "detectors": [
        "H1",
        "L1"
    ],
    "events_url": "http://gwosc.org/api/v2/runs/O1/events?format=api",
    "datasets_url": "http://gwosc.org/api/v2/runs/O1/datasets?format=api",
    "timelines_url": "http://gwosc.org/api/v2/runs/O1/timelines?format=api",
    "strain_files_url": "http://gwosc.org/api/v2/runs/O1/strain-files?format=api"
}