Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=59
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=58",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 59,
    "results": [
        {
            "start": 821051643,
            "stop": 821051853
        },
        {
            "start": 821051857,
            "stop": 821051863
        },
        {
            "start": 821051881,
            "stop": 821052135
        },
        {
            "start": 821052139,
            "stop": 821052436
        },
        {
            "start": 821052439,
            "stop": 821053108
        },
        {
            "start": 821053116,
            "stop": 821053270
        },
        {
            "start": 821053274,
            "stop": 821056332
        },
        {
            "start": 821057895,
            "stop": 821061254
        },
        {
            "start": 821061634,
            "stop": 821065097
        },
        {
            "start": 821065115,
            "stop": 821070959
        },
        {
            "start": 821075333,
            "stop": 821076329
        },
        {
            "start": 821076347,
            "stop": 821076358
        },
        {
            "start": 821076367,
            "stop": 821076392
        },
        {
            "start": 821076401,
            "stop": 821076407
        },
        {
            "start": 821076415,
            "stop": 821077033
        },
        {
            "start": 821077037,
            "stop": 821077067
        },
        {
            "start": 821077071,
            "stop": 821077235
        },
        {
            "start": 821077239,
            "stop": 821077254
        },
        {
            "start": 821077258,
            "stop": 821077588
        },
        {
            "start": 821077591,
            "stop": 821083975
        }
    ]
}