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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=60",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 61,
    "results": [
        {
            "start": 816209053,
            "stop": 816209149
        },
        {
            "start": 816209157,
            "stop": 816209248
        },
        {
            "start": 816209255,
            "stop": 816209460
        },
        {
            "start": 816209467,
            "stop": 816209608
        },
        {
            "start": 816210210,
            "stop": 816210212
        },
        {
            "start": 816210220,
            "stop": 816210322
        },
        {
            "start": 816210329,
            "stop": 816210461
        },
        {
            "start": 816210468,
            "stop": 816210574
        },
        {
            "start": 816210581,
            "stop": 816210665
        },
        {
            "start": 816210673,
            "stop": 816210676
        },
        {
            "start": 816210683,
            "stop": 816210737
        },
        {
            "start": 816210744,
            "stop": 816210745
        },
        {
            "start": 816210753,
            "stop": 816210871
        },
        {
            "start": 816210878,
            "stop": 816211116
        },
        {
            "start": 816211123,
            "stop": 816211204
        },
        {
            "start": 816211211,
            "stop": 816211261
        },
        {
            "start": 816211268,
            "stop": 816211273
        },
        {
            "start": 816211278,
            "stop": 816211279
        },
        {
            "start": 816213673,
            "stop": 816213943
        },
        {
            "start": 816213950,
            "stop": 816213983
        }
    ]
}