Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3756
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3755",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3756,
    "results": [
        {
            "start": 874016825,
            "stop": 874016940
        },
        {
            "start": 874017000,
            "stop": 874017120
        },
        {
            "start": 874017190,
            "stop": 874017238
        },
        {
            "start": 874017241,
            "stop": 874017264
        },
        {
            "start": 874017267,
            "stop": 874017280
        },
        {
            "start": 874017284,
            "stop": 874017300
        },
        {
            "start": 874017360,
            "stop": 874017429
        },
        {
            "start": 874017432,
            "stop": 874017540
        },
        {
            "start": 874017660,
            "stop": 874017714
        },
        {
            "start": 874017731,
            "stop": 874017960
        },
        {
            "start": 874018020,
            "stop": 874018089
        },
        {
            "start": 874018092,
            "stop": 874018651
        },
        {
            "start": 874018668,
            "stop": 874018696
        },
        {
            "start": 874018713,
            "stop": 874018761
        },
        {
            "start": 874018778,
            "stop": 874019160
        },
        {
            "start": 874019232,
            "stop": 874019880
        },
        {
            "start": 874019940,
            "stop": 874020174
        },
        {
            "start": 874020191,
            "stop": 874020219
        },
        {
            "start": 874020223,
            "stop": 874020240
        },
        {
            "start": 874020360,
            "stop": 874020472
        }
    ]
}