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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=10",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 11,
    "results": [
        {
            "start": 816233856,
            "stop": 816233896
        },
        {
            "start": 816233900,
            "stop": 816233908
        },
        {
            "start": 816233911,
            "stop": 816233963
        },
        {
            "start": 816233969,
            "stop": 816233986
        },
        {
            "start": 816233992,
            "stop": 816233997
        },
        {
            "start": 816234000,
            "stop": 816234014
        },
        {
            "start": 816234019,
            "stop": 816234049
        },
        {
            "start": 816234052,
            "stop": 816234060
        },
        {
            "start": 816234071,
            "stop": 816234107
        },
        {
            "start": 816234112,
            "stop": 816234128
        },
        {
            "start": 816234133,
            "stop": 816234138
        },
        {
            "start": 816234141,
            "stop": 816234152
        },
        {
            "start": 816234156,
            "stop": 816234178
        },
        {
            "start": 816234182,
            "stop": 816234194
        },
        {
            "start": 816234197,
            "stop": 816234220
        },
        {
            "start": 816234226,
            "stop": 816234313
        },
        {
            "start": 816234317,
            "stop": 816234344
        },
        {
            "start": 816234348,
            "stop": 816234383
        },
        {
            "start": 816234402,
            "stop": 816234407
        },
        {
            "start": 816234411,
            "stop": 816234418
        }
    ]
}