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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=65",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 66,
    "results": [
        {
            "start": 817747885,
            "stop": 817747947
        },
        {
            "start": 817747950,
            "stop": 817748014
        },
        {
            "start": 817748017,
            "stop": 817748022
        },
        {
            "start": 817748025,
            "stop": 817748102
        },
        {
            "start": 817750205,
            "stop": 817750221
        },
        {
            "start": 817750224,
            "stop": 817750517
        },
        {
            "start": 817755360,
            "stop": 817756754
        },
        {
            "start": 817756757,
            "stop": 817756765
        },
        {
            "start": 817756773,
            "stop": 817756781
        },
        {
            "start": 817756785,
            "stop": 817756798
        },
        {
            "start": 817756801,
            "stop": 817757347
        },
        {
            "start": 817757350,
            "stop": 817757365
        },
        {
            "start": 817757368,
            "stop": 817757393
        },
        {
            "start": 817757396,
            "stop": 817757397
        },
        {
            "start": 817757400,
            "stop": 817757401
        },
        {
            "start": 817757404,
            "stop": 817757411
        },
        {
            "start": 817757414,
            "stop": 817757415
        },
        {
            "start": 817757418,
            "stop": 817757419
        },
        {
            "start": 817757427,
            "stop": 817758786
        },
        {
            "start": 817758789,
            "stop": 817758823
        }
    ]
}