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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=68",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 69,
    "results": [
        {
            "start": 816204831,
            "stop": 816204874
        },
        {
            "start": 816204877,
            "stop": 816204930
        },
        {
            "start": 816204933,
            "stop": 816205021
        },
        {
            "start": 816205024,
            "stop": 816205026
        },
        {
            "start": 816205029,
            "stop": 816205159
        },
        {
            "start": 816205918,
            "stop": 816205968
        },
        {
            "start": 816205971,
            "stop": 816206079
        },
        {
            "start": 816206083,
            "stop": 816206344
        },
        {
            "start": 816206347,
            "stop": 816206472
        },
        {
            "start": 816206592,
            "stop": 816206746
        },
        {
            "start": 816206749,
            "stop": 816206791
        },
        {
            "start": 816206795,
            "stop": 816206820
        },
        {
            "start": 816206823,
            "stop": 816206826
        },
        {
            "start": 816206829,
            "stop": 816206844
        },
        {
            "start": 816206847,
            "stop": 816206849
        },
        {
            "start": 816206852,
            "stop": 816206899
        },
        {
            "start": 816206902,
            "stop": 816206921
        },
        {
            "start": 816206924,
            "stop": 816207024
        },
        {
            "start": 816207027,
            "stop": 816207288
        },
        {
            "start": 816207292,
            "stop": 816207307
        }
    ]
}