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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1229",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1230,
    "results": [
        {
            "start": 957266424,
            "stop": 957266589
        },
        {
            "start": 957266591,
            "stop": 957266636
        },
        {
            "start": 957266638,
            "stop": 957266776
        },
        {
            "start": 957266777,
            "stop": 957266843
        },
        {
            "start": 957266845,
            "stop": 957267304
        },
        {
            "start": 957267306,
            "stop": 957267342
        },
        {
            "start": 957267344,
            "stop": 957268401
        },
        {
            "start": 957268403,
            "stop": 957268433
        },
        {
            "start": 957268435,
            "stop": 957268626
        },
        {
            "start": 957268627,
            "stop": 957269224
        },
        {
            "start": 957269226,
            "stop": 957269379
        },
        {
            "start": 957269381,
            "stop": 957269431
        },
        {
            "start": 957269433,
            "stop": 957269454
        },
        {
            "start": 957269456,
            "stop": 957269817
        },
        {
            "start": 957272389,
            "stop": 957273362
        },
        {
            "start": 957273364,
            "stop": 957275983
        },
        {
            "start": 957275984,
            "stop": 957279768
        },
        {
            "start": 957281258,
            "stop": 957287228
        },
        {
            "start": 957287230,
            "stop": 957288516
        },
        {
            "start": 957292931,
            "stop": 957294598
        }
    ]
}