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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=62",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 63,
    "results": [
        {
            "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": 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
        },
        {
            "start": 816207310,
            "stop": 816207853
        },
        {
            "start": 816207856,
            "stop": 816208260
        },
        {
            "start": 816208264,
            "stop": 816208305
        }
    ]
}