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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 2,
    "results": [
        {
            "start": 816090111,
            "stop": 816091900
        },
        {
            "start": 816091903,
            "stop": 816093596
        },
        {
            "start": 816093602,
            "stop": 816093647
        },
        {
            "start": 816093650,
            "stop": 816093674
        },
        {
            "start": 816093677,
            "stop": 816093760
        },
        {
            "start": 816093765,
            "stop": 816093784
        },
        {
            "start": 816093787,
            "stop": 816093800
        },
        {
            "start": 816093810,
            "stop": 816093815
        },
        {
            "start": 816093820,
            "stop": 816093821
        },
        {
            "start": 816093838,
            "stop": 816093844
        },
        {
            "start": 816093847,
            "stop": 816093852
        },
        {
            "start": 816093862,
            "stop": 816093865
        },
        {
            "start": 816093868,
            "stop": 816093870
        },
        {
            "start": 816093877,
            "stop": 816093881
        },
        {
            "start": 816093884,
            "stop": 816093886
        },
        {
            "start": 816093897,
            "stop": 816093901
        },
        {
            "start": 816093904,
            "stop": 816093919
        },
        {
            "start": 816093924,
            "stop": 816094041
        },
        {
            "start": 816094044,
            "stop": 816094045
        },
        {
            "start": 816094048,
            "stop": 816094080
        }
    ]
}