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/S5?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "S5",
    "gps_start": 815155213,
    "gps_end": 875232014,
    "doi": "http://dx.doi.org/10.7935/K5WD3XHR",
    "detectors": [
        "H1",
        "H2",
        "L1"
    ],
    "events_url": "https://gwosc.org/api/v2/runs/S5/events?format=api",
    "datasets_url": "https://gwosc.org/api/v2/runs/S5/datasets?format=api",
    "timelines_url": "https://gwosc.org/api/v2/runs/S5/timelines?format=api",
    "strain_files_url": "https://gwosc.org/api/v2/runs/S5/strain-files?format=api"
}