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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=112",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 113,
    "results": [
        {
            "start": 818630100,
            "stop": 818630220
        },
        {
            "start": 818630400,
            "stop": 818630640
        },
        {
            "start": 818630811,
            "stop": 818631120
        },
        {
            "start": 818631180,
            "stop": 818632140
        },
        {
            "start": 818632260,
            "stop": 818632320
        },
        {
            "start": 818632620,
            "stop": 818632680
        },
        {
            "start": 818632740,
            "stop": 818633160
        },
        {
            "start": 818633220,
            "stop": 818634490
        },
        {
            "start": 818634610,
            "stop": 818634625
        },
        {
            "start": 818634745,
            "stop": 818634926
        },
        {
            "start": 818636410,
            "stop": 818636461
        },
        {
            "start": 818637603,
            "stop": 818638500
        },
        {
            "start": 818638560,
            "stop": 818639460
        },
        {
            "start": 818639520,
            "stop": 818640240
        },
        {
            "start": 818640300,
            "stop": 818640720
        },
        {
            "start": 818640780,
            "stop": 818641125
        },
        {
            "start": 818641144,
            "stop": 818641346
        },
        {
            "start": 818641466,
            "stop": 818641560
        },
        {
            "start": 818641680,
            "stop": 818642476
        },
        {
            "start": 818642493,
            "stop": 818643960
        }
    ]
}