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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5209",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5210,
    "results": [
        {
            "start": 875211877,
            "stop": 875211882
        },
        {
            "start": 875211901,
            "stop": 875211938
        },
        {
            "start": 875211957,
            "stop": 875211958
        },
        {
            "start": 875211977,
            "stop": 875212003
        },
        {
            "start": 875212034,
            "stop": 875212060
        },
        {
            "start": 875212080,
            "stop": 875212113
        },
        {
            "start": 875212132,
            "stop": 875212154
        },
        {
            "start": 875212185,
            "stop": 875212198
        },
        {
            "start": 875212217,
            "stop": 875212253
        },
        {
            "start": 875212272,
            "stop": 875212464
        },
        {
            "start": 875212492,
            "stop": 875212560
        },
        {
            "start": 875212580,
            "stop": 875212585
        },
        {
            "start": 875212604,
            "stop": 875212605
        },
        {
            "start": 875212624,
            "stop": 875212637
        },
        {
            "start": 875212657,
            "stop": 875212664
        },
        {
            "start": 875212684,
            "stop": 875212703
        },
        {
            "start": 875212734,
            "stop": 875212745
        },
        {
            "start": 875212779,
            "stop": 875212795
        },
        {
            "start": 875212823,
            "stop": 875212867
        },
        {
            "start": 875212886,
            "stop": 875212927
        }
    ]
}