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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=104",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 105,
    "results": [
        {
            "start": 818292646,
            "stop": 818294984
        },
        {
            "start": 818295175,
            "stop": 818296075
        },
        {
            "start": 818296195,
            "stop": 818296423
        },
        {
            "start": 818296604,
            "stop": 818296620
        },
        {
            "start": 818296680,
            "stop": 818298152
        },
        {
            "start": 818298272,
            "stop": 818298823
        },
        {
            "start": 818299156,
            "stop": 818302566
        },
        {
            "start": 818302686,
            "stop": 818312958
        },
        {
            "start": 818313078,
            "stop": 818318349
        },
        {
            "start": 818318352,
            "stop": 818321944
        },
        {
            "start": 818322064,
            "stop": 818322271
        },
        {
            "start": 818324474,
            "stop": 818326425
        },
        {
            "start": 818327398,
            "stop": 818334840
        },
        {
            "start": 818334900,
            "stop": 818338718
        },
        {
            "start": 818340677,
            "stop": 818342923
        },
        {
            "start": 818344995,
            "stop": 818345336
        },
        {
            "start": 818345636,
            "stop": 818346747
        },
        {
            "start": 818349742,
            "stop": 818351053
        },
        {
            "start": 818351070,
            "stop": 818352194
        },
        {
            "start": 818355312,
            "stop": 818356202
        }
    ]
}