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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=79",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 80,
    "results": [
        {
            "start": 823201168,
            "stop": 823205249
        },
        {
            "start": 823205697,
            "stop": 823209520
        },
        {
            "start": 823209584,
            "stop": 823223130
        },
        {
            "start": 823225641,
            "stop": 823235410
        },
        {
            "start": 823235467,
            "stop": 823240827
        },
        {
            "start": 823243120,
            "stop": 823243901
        },
        {
            "start": 823248158,
            "stop": 823255710
        },
        {
            "start": 823255770,
            "stop": 823261712
        },
        {
            "start": 823261776,
            "stop": 823273960
        },
        {
            "start": 823274402,
            "stop": 823275912
        },
        {
            "start": 823275920,
            "stop": 823275922
        },
        {
            "start": 823275928,
            "stop": 823275940
        },
        {
            "start": 823275948,
            "stop": 823275952
        },
        {
            "start": 823275958,
            "stop": 823277662
        },
        {
            "start": 823279064,
            "stop": 823280190
        },
        {
            "start": 823281109,
            "stop": 823282943
        },
        {
            "start": 823328161,
            "stop": 823336830
        },
        {
            "start": 823339195,
            "stop": 823351071
        },
        {
            "start": 823351371,
            "stop": 823355072
        },
        {
            "start": 823355074,
            "stop": 823355485
        }
    ]
}