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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7581",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7579",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7580,
    "results": [
        {
            "start": 970473950,
            "stop": 970473969
        },
        {
            "start": 970473972,
            "stop": 970473973
        },
        {
            "start": 970473976,
            "stop": 970474033
        },
        {
            "start": 970474036,
            "stop": 970474042
        },
        {
            "start": 970474045,
            "stop": 970474051
        },
        {
            "start": 970474054,
            "stop": 970474072
        },
        {
            "start": 970474078,
            "stop": 970474082
        },
        {
            "start": 970474094,
            "stop": 970474102
        },
        {
            "start": 970474114,
            "stop": 970474116
        },
        {
            "start": 970474121,
            "stop": 970474138
        },
        {
            "start": 970474143,
            "stop": 970474145
        },
        {
            "start": 970474148,
            "stop": 970474157
        },
        {
            "start": 970474160,
            "stop": 970474180
        },
        {
            "start": 970474183,
            "stop": 970474187
        },
        {
            "start": 970474190,
            "stop": 970474198
        },
        {
            "start": 970474201,
            "stop": 970474204
        },
        {
            "start": 970474207,
            "stop": 970474213
        },
        {
            "start": 970474216,
            "stop": 970474289
        },
        {
            "start": 970474294,
            "stop": 970474323
        },
        {
            "start": 970474326,
            "stop": 970474338
        }
    ]
}