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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=402",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=400",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 401,
    "results": [
        {
            "start": 935434965,
            "stop": 935434983
        },
        {
            "start": 935434986,
            "stop": 935435019
        },
        {
            "start": 935435022,
            "stop": 935435036
        },
        {
            "start": 935435040,
            "stop": 935437658
        },
        {
            "start": 935437661,
            "stop": 935438540
        },
        {
            "start": 935438543,
            "stop": 935438561
        },
        {
            "start": 935438563,
            "stop": 935438569
        },
        {
            "start": 935438571,
            "stop": 935438586
        },
        {
            "start": 935438588,
            "stop": 935438615
        },
        {
            "start": 935438617,
            "stop": 935438622
        },
        {
            "start": 935438624,
            "stop": 935438638
        },
        {
            "start": 935438643,
            "stop": 935440013
        },
        {
            "start": 935441697,
            "stop": 935442160
        },
        {
            "start": 935442162,
            "stop": 935442169
        },
        {
            "start": 935442172,
            "stop": 935442186
        },
        {
            "start": 935442188,
            "stop": 935442214
        },
        {
            "start": 935442216,
            "stop": 935442220
        },
        {
            "start": 935442222,
            "stop": 935442229
        },
        {
            "start": 935442231,
            "stop": 935442236
        },
        {
            "start": 935442241,
            "stop": 935443690
        }
    ]
}