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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=65",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 66,
    "results": [
        {
            "start": 816686357,
            "stop": 816686365
        },
        {
            "start": 816686384,
            "stop": 816686539
        },
        {
            "start": 816686558,
            "stop": 816686734
        },
        {
            "start": 816686753,
            "stop": 816686763
        },
        {
            "start": 816686782,
            "stop": 816686901
        },
        {
            "start": 816686923,
            "stop": 816687007
        },
        {
            "start": 816687012,
            "stop": 816687081
        },
        {
            "start": 816687102,
            "stop": 816687105
        },
        {
            "start": 816687125,
            "stop": 816687144
        },
        {
            "start": 816687166,
            "stop": 816687221
        },
        {
            "start": 816687225,
            "stop": 816687478
        },
        {
            "start": 816687498,
            "stop": 816687623
        },
        {
            "start": 816687642,
            "stop": 816687740
        },
        {
            "start": 816687777,
            "stop": 816687801
        },
        {
            "start": 816687826,
            "stop": 816687887
        },
        {
            "start": 816687891,
            "stop": 816687935
        },
        {
            "start": 816687938,
            "stop": 816687959
        },
        {
            "start": 816687963,
            "stop": 816688024
        },
        {
            "start": 816688043,
            "stop": 816688104
        },
        {
            "start": 816688148,
            "stop": 816688166
        }
    ]
}