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_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=60",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 61,
    "results": [
        {
            "start": 816180842,
            "stop": 816180881
        },
        {
            "start": 816180884,
            "stop": 816180886
        },
        {
            "start": 816180889,
            "stop": 816180944
        },
        {
            "start": 816180947,
            "stop": 816181099
        },
        {
            "start": 816181102,
            "stop": 816181208
        },
        {
            "start": 816181211,
            "stop": 816181215
        },
        {
            "start": 816181218,
            "stop": 816181334
        },
        {
            "start": 816181337,
            "stop": 816181560
        },
        {
            "start": 816181563,
            "stop": 816181616
        },
        {
            "start": 816181619,
            "stop": 816181643
        },
        {
            "start": 816181647,
            "stop": 816181685
        },
        {
            "start": 816181689,
            "stop": 816181773
        },
        {
            "start": 816181776,
            "stop": 816181783
        },
        {
            "start": 816181787,
            "stop": 816181805
        },
        {
            "start": 816181808,
            "stop": 816181847
        },
        {
            "start": 816181850,
            "stop": 816181871
        },
        {
            "start": 816181875,
            "stop": 816181958
        },
        {
            "start": 816181961,
            "stop": 816182057
        },
        {
            "start": 816182061,
            "stop": 816182089
        },
        {
            "start": 816182093,
            "stop": 816182216
        }
    ]
}