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_CAT4/segments?format=api&page=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=174",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 175,
    "results": [
        {
            "start": 817391976,
            "stop": 817392073
        },
        {
            "start": 817392092,
            "stop": 817392282
        },
        {
            "start": 817392301,
            "stop": 817392788
        },
        {
            "start": 817392805,
            "stop": 817392855
        },
        {
            "start": 817392899,
            "stop": 817392977
        },
        {
            "start": 817392996,
            "stop": 817393285
        },
        {
            "start": 817393304,
            "stop": 817393380
        },
        {
            "start": 817393399,
            "stop": 817394090
        },
        {
            "start": 817394109,
            "stop": 817394253
        },
        {
            "start": 817394272,
            "stop": 817394389
        },
        {
            "start": 817394392,
            "stop": 817394644
        },
        {
            "start": 817394661,
            "stop": 817394835
        },
        {
            "start": 817394854,
            "stop": 817395074
        },
        {
            "start": 817399812,
            "stop": 817399857
        },
        {
            "start": 817399888,
            "stop": 817399948
        },
        {
            "start": 817399967,
            "stop": 817400526
        },
        {
            "start": 817400548,
            "stop": 817400854
        },
        {
            "start": 817400873,
            "stop": 817400876
        },
        {
            "start": 817400904,
            "stop": 817401366
        },
        {
            "start": 817401385,
            "stop": 817401411
        }
    ]
}