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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=84",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 85,
    "results": [
        {
            "start": 816940571,
            "stop": 816940933
        },
        {
            "start": 816940940,
            "stop": 816941086
        },
        {
            "start": 816941093,
            "stop": 816941177
        },
        {
            "start": 816941178,
            "stop": 816941537
        },
        {
            "start": 816941544,
            "stop": 816942769
        },
        {
            "start": 816942776,
            "stop": 816944824
        },
        {
            "start": 816944831,
            "stop": 816945211
        },
        {
            "start": 816945218,
            "stop": 816945918
        },
        {
            "start": 816945926,
            "stop": 816946287
        },
        {
            "start": 816946295,
            "stop": 816946911
        },
        {
            "start": 816946918,
            "stop": 816946975
        },
        {
            "start": 816947219,
            "stop": 816947303
        },
        {
            "start": 816947311,
            "stop": 816947334
        },
        {
            "start": 816947386,
            "stop": 816947520
        },
        {
            "start": 816947527,
            "stop": 816947844
        },
        {
            "start": 816947851,
            "stop": 816950587
        },
        {
            "start": 816950594,
            "stop": 816951026
        },
        {
            "start": 816951033,
            "stop": 816951700
        },
        {
            "start": 816951713,
            "stop": 816952157
        },
        {
            "start": 816952336,
            "stop": 816953249
        }
    ]
}