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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=24",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 25,
    "results": [
        {
            "start": 818919353,
            "stop": 818945602
        },
        {
            "start": 818946980,
            "stop": 818952385
        },
        {
            "start": 818953327,
            "stop": 818954319
        },
        {
            "start": 818955978,
            "stop": 818959136
        },
        {
            "start": 818959400,
            "stop": 818959403
        },
        {
            "start": 818961755,
            "stop": 818969165
        },
        {
            "start": 818969936,
            "stop": 819002197
        },
        {
            "start": 819002203,
            "stop": 819028048
        },
        {
            "start": 819029601,
            "stop": 819030087
        },
        {
            "start": 819033769,
            "stop": 819036727
        },
        {
            "start": 819036732,
            "stop": 819042919
        },
        {
            "start": 819047054,
            "stop": 819048833
        },
        {
            "start": 819049472,
            "stop": 819050042
        },
        {
            "start": 819052128,
            "stop": 819055263
        },
        {
            "start": 819055400,
            "stop": 819057930
        },
        {
            "start": 819059272,
            "stop": 819060221
        },
        {
            "start": 819061326,
            "stop": 819061926
        },
        {
            "start": 819062005,
            "stop": 819062827
        },
        {
            "start": 819062939,
            "stop": 819066639
        },
        {
            "start": 819069292,
            "stop": 819075637
        }
    ]
}