Return past science and observation runs.

Rel URLs:

  • Follow detail_url for datasets, events and timelines.
GET /api/v2/runs?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": null,
    "results_count": 7,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "name": "S5",
            "gps_start": 815155213,
            "gps_end": 875232014,
            "detectors": [
                "H1",
                "H2",
                "L1"
            ],
            "detail_url": "http://gwosc.org/api/v2/runs/S5?format=api"
        },
        {
            "name": "S6",
            "gps_start": 931035615,
            "gps_end": 971622015,
            "detectors": [
                "H1",
                "L1"
            ],
            "detail_url": "http://gwosc.org/api/v2/runs/S6?format=api"
        },
        {
            "name": "O1",
            "gps_start": 1126051217,
            "gps_end": 1137254417,
            "detectors": [
                "H1",
                "L1"
            ],
            "detail_url": "http://gwosc.org/api/v2/runs/O1?format=api"
        },
        {
            "name": "O2",
            "gps_start": 1164556817,
            "gps_end": 1187733618,
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/runs/O2?format=api"
        },
        {
            "name": "O3a",
            "gps_start": 1238166018,
            "gps_end": 1253977218,
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/runs/O3a?format=api"
        },
        {
            "name": "O3b",
            "gps_start": 1256655618,
            "gps_end": 1269363618,
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/runs/O3b?format=api"
        },
        {
            "name": "O3GK",
            "gps_start": 1270281618,
            "gps_end": 1271462418,
            "detectors": [
                "G1",
                "K1"
            ],
            "detail_url": "http://gwosc.org/api/v2/runs/O3GK?format=api"
        }
    ]
}