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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9906",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9907,
    "results": [
        {
            "start": 870900043,
            "stop": 870900069
        },
        {
            "start": 870900078,
            "stop": 870900084
        },
        {
            "start": 870900106,
            "stop": 870900164
        },
        {
            "start": 870900171,
            "stop": 870900180
        },
        {
            "start": 870900240,
            "stop": 870900260
        },
        {
            "start": 870900268,
            "stop": 870900273
        },
        {
            "start": 870900281,
            "stop": 870900327
        },
        {
            "start": 870900339,
            "stop": 870900341
        },
        {
            "start": 870900351,
            "stop": 870900357
        },
        {
            "start": 870900480,
            "stop": 870900570
        },
        {
            "start": 870900586,
            "stop": 870900608
        },
        {
            "start": 870900636,
            "stop": 870900650
        },
        {
            "start": 870900659,
            "stop": 870900660
        },
        {
            "start": 870900780,
            "stop": 870900819
        },
        {
            "start": 870900872,
            "stop": 870900888
        },
        {
            "start": 870900896,
            "stop": 870900900
        },
        {
            "start": 870900976,
            "stop": 870901013
        },
        {
            "start": 870901021,
            "stop": 870901022
        },
        {
            "start": 870901030,
            "stop": 870901125
        },
        {
            "start": 870901141,
            "stop": 870901148
        }
    ]
}