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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=54",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 55,
    "results": [
        {
            "start": 816662334,
            "stop": 816662376
        },
        {
            "start": 816662402,
            "stop": 816662516
        },
        {
            "start": 816662519,
            "stop": 816662553
        },
        {
            "start": 816662557,
            "stop": 816662620
        },
        {
            "start": 816662637,
            "stop": 816662793
        },
        {
            "start": 816663559,
            "stop": 816664197
        },
        {
            "start": 816664216,
            "stop": 816664228
        },
        {
            "start": 816664269,
            "stop": 816664273
        },
        {
            "start": 816664276,
            "stop": 816664401
        },
        {
            "start": 816664420,
            "stop": 816664525
        },
        {
            "start": 816664542,
            "stop": 816664716
        },
        {
            "start": 816664735,
            "stop": 816664867
        },
        {
            "start": 816664886,
            "stop": 816665175
        },
        {
            "start": 816665181,
            "stop": 816665206
        },
        {
            "start": 816665223,
            "stop": 816665496
        },
        {
            "start": 816665515,
            "stop": 816665579
        },
        {
            "start": 816667587,
            "stop": 816667589
        },
        {
            "start": 816668003,
            "stop": 816668169
        },
        {
            "start": 816668173,
            "stop": 816668344
        },
        {
            "start": 816668363,
            "stop": 816668386
        }
    ]
}