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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=78",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 79,
    "results": [
        {
            "start": 816651286,
            "stop": 816657896
        },
        {
            "start": 816658078,
            "stop": 816659058
        },
        {
            "start": 816659186,
            "stop": 816667969
        },
        {
            "start": 816667970,
            "stop": 816674856
        },
        {
            "start": 816675556,
            "stop": 816677791
        },
        {
            "start": 816677803,
            "stop": 816688303
        },
        {
            "start": 816688544,
            "stop": 816698014
        },
        {
            "start": 816698018,
            "stop": 816706313
        },
        {
            "start": 816706326,
            "stop": 816706977
        },
        {
            "start": 816706990,
            "stop": 816707745
        },
        {
            "start": 816708040,
            "stop": 816708338
        },
        {
            "start": 816708351,
            "stop": 816708375
        },
        {
            "start": 816708710,
            "stop": 816710452
        },
        {
            "start": 816773714,
            "stop": 816774823
        },
        {
            "start": 816775124,
            "stop": 816778804
        },
        {
            "start": 816778808,
            "stop": 816779803
        },
        {
            "start": 816779984,
            "stop": 816785273
        },
        {
            "start": 816785286,
            "stop": 816793229
        },
        {
            "start": 816793242,
            "stop": 816797031
        },
        {
            "start": 816797043,
            "stop": 816799346
        }
    ]
}