Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1937
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1936",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1937,
    "results": [
        {
            "start": 850490980,
            "stop": 850492332
        },
        {
            "start": 850492340,
            "stop": 850495032
        },
        {
            "start": 850495037,
            "stop": 850500443
        },
        {
            "start": 850500446,
            "stop": 850504270
        },
        {
            "start": 850504276,
            "stop": 850511070
        },
        {
            "start": 850511610,
            "stop": 850512090
        },
        {
            "start": 850512150,
            "stop": 850512330
        },
        {
            "start": 850513050,
            "stop": 850514070
        },
        {
            "start": 850515666,
            "stop": 850517812
        },
        {
            "start": 850517818,
            "stop": 850517900
        },
        {
            "start": 850517905,
            "stop": 850518005
        },
        {
            "start": 850519090,
            "stop": 850532360
        },
        {
            "start": 850534437,
            "stop": 850578442
        },
        {
            "start": 850578446,
            "stop": 850578448
        },
        {
            "start": 850578451,
            "stop": 850579249
        },
        {
            "start": 850599430,
            "stop": 850602729
        },
        {
            "start": 850603029,
            "stop": 850603098
        },
        {
            "start": 850603101,
            "stop": 850603104
        },
        {
            "start": 850603109,
            "stop": 850603113
        },
        {
            "start": 850603117,
            "stop": 850603127
        }
    ]
}