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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=105",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 106,
    "results": [
        {
            "start": 816692980,
            "stop": 816692983
        },
        {
            "start": 816692991,
            "stop": 816692993
        },
        {
            "start": 816693028,
            "stop": 816693033
        },
        {
            "start": 816693037,
            "stop": 816693100
        },
        {
            "start": 816693105,
            "stop": 816693110
        },
        {
            "start": 816693114,
            "stop": 816693116
        },
        {
            "start": 816693148,
            "stop": 816693150
        },
        {
            "start": 816693154,
            "stop": 816693158
        },
        {
            "start": 816693166,
            "stop": 816693182
        },
        {
            "start": 816693186,
            "stop": 816693189
        },
        {
            "start": 816693193,
            "stop": 816693205
        },
        {
            "start": 816693234,
            "stop": 816693262
        },
        {
            "start": 816693266,
            "stop": 816693270
        },
        {
            "start": 816693275,
            "stop": 816693328
        },
        {
            "start": 816693334,
            "stop": 816693342
        },
        {
            "start": 816693347,
            "stop": 816693348
        },
        {
            "start": 816693356,
            "stop": 816693357
        },
        {
            "start": 816693367,
            "stop": 816693368
        },
        {
            "start": 816693387,
            "stop": 816693388
        },
        {
            "start": 816693452,
            "stop": 816693454
        }
    ]
}