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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8414",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8415,
    "results": [
        {
            "start": 875205277,
            "stop": 875205428
        },
        {
            "start": 875205447,
            "stop": 875205862
        },
        {
            "start": 875205879,
            "stop": 875205900
        },
        {
            "start": 875206080,
            "stop": 875206167
        },
        {
            "start": 875206186,
            "stop": 875207220
        },
        {
            "start": 875207280,
            "stop": 875207802
        },
        {
            "start": 875207821,
            "stop": 875209220
        },
        {
            "start": 875209237,
            "stop": 875209380
        },
        {
            "start": 875209500,
            "stop": 875209554
        },
        {
            "start": 875209620,
            "stop": 875209680
        },
        {
            "start": 875210040,
            "stop": 875210151
        },
        {
            "start": 875210171,
            "stop": 875210238
        },
        {
            "start": 875210258,
            "stop": 875210340
        },
        {
            "start": 875210468,
            "stop": 875211540
        },
        {
            "start": 875211600,
            "stop": 875213471
        },
        {
            "start": 875213591,
            "stop": 875214226
        },
        {
            "start": 875214346,
            "stop": 875214480
        },
        {
            "start": 875214540,
            "stop": 875214840
        },
        {
            "start": 875214960,
            "stop": 875215135
        },
        {
            "start": 875215152,
            "stop": 875215200
        }
    ]
}