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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=27",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 28,
    "results": [
        {
            "start": 818770503,
            "stop": 818790362
        },
        {
            "start": 818791706,
            "stop": 818793690
        },
        {
            "start": 818795618,
            "stop": 818800616
        },
        {
            "start": 818801834,
            "stop": 818805510
        },
        {
            "start": 818809957,
            "stop": 818812419
        },
        {
            "start": 818814826,
            "stop": 818814930
        },
        {
            "start": 818814990,
            "stop": 818814998
        },
        {
            "start": 818816477,
            "stop": 818817035
        },
        {
            "start": 818817518,
            "stop": 818831851
        },
        {
            "start": 818832578,
            "stop": 818860256
        },
        {
            "start": 818862107,
            "stop": 818878298
        },
        {
            "start": 818880188,
            "stop": 818883231
        },
        {
            "start": 818883464,
            "stop": 818885370
        },
        {
            "start": 818886084,
            "stop": 818888250
        },
        {
            "start": 818888966,
            "stop": 818893996
        },
        {
            "start": 818894582,
            "stop": 818901414
        },
        {
            "start": 818902910,
            "stop": 818911869
        },
        {
            "start": 818912156,
            "stop": 818917846
        },
        {
            "start": 818919353,
            "stop": 818945550
        },
        {
            "start": 818946980,
            "stop": 818952386
        }
    ]
}