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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=68",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 69,
    "results": [
        {
            "start": 932074118,
            "stop": 932074120
        },
        {
            "start": 932074122,
            "stop": 932074127
        },
        {
            "start": 932074131,
            "stop": 932074132
        },
        {
            "start": 932074133,
            "stop": 932074136
        },
        {
            "start": 932074138,
            "stop": 932074150
        },
        {
            "start": 932074155,
            "stop": 932074161
        },
        {
            "start": 932074162,
            "stop": 932074168
        },
        {
            "start": 932074170,
            "stop": 932074175
        },
        {
            "start": 932074177,
            "stop": 932074180
        },
        {
            "start": 932074182,
            "stop": 932074184
        },
        {
            "start": 932074190,
            "stop": 932074196
        },
        {
            "start": 932074197,
            "stop": 932074204
        },
        {
            "start": 932074207,
            "stop": 932074221
        },
        {
            "start": 932074224,
            "stop": 932074236
        },
        {
            "start": 932074238,
            "stop": 932074244
        },
        {
            "start": 932074245,
            "stop": 932074249
        },
        {
            "start": 932074252,
            "stop": 932074268
        },
        {
            "start": 932074269,
            "stop": 932074275
        },
        {
            "start": 932074276,
            "stop": 932074277
        },
        {
            "start": 932074278,
            "stop": 932074280
        }
    ]
}