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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=16",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 17,
    "results": [
        {
            "start": 818880188,
            "stop": 818883231
        },
        {
            "start": 818883464,
            "stop": 818885400
        },
        {
            "start": 818886084,
            "stop": 818888298
        },
        {
            "start": 818888966,
            "stop": 818893996
        },
        {
            "start": 818894582,
            "stop": 818901414
        },
        {
            "start": 818902910,
            "stop": 818911869
        },
        {
            "start": 818912156,
            "stop": 818917846
        },
        {
            "start": 818919353,
            "stop": 818945604
        },
        {
            "start": 818946980,
            "stop": 818952386
        },
        {
            "start": 818953327,
            "stop": 818954320
        },
        {
            "start": 818955978,
            "stop": 818959403
        },
        {
            "start": 818961755,
            "stop": 818969167
        },
        {
            "start": 818969936,
            "stop": 819028049
        },
        {
            "start": 819029601,
            "stop": 819030087
        },
        {
            "start": 819033769,
            "stop": 819042920
        },
        {
            "start": 819047054,
            "stop": 819048833
        },
        {
            "start": 819049472,
            "stop": 819050043
        },
        {
            "start": 819052128,
            "stop": 819055265
        },
        {
            "start": 819055400,
            "stop": 819057931
        },
        {
            "start": 819059272,
            "stop": 819060222
        }
    ]
}