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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=110",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 111,
    "results": [
        {
            "start": 931339083,
            "stop": 931339088
        },
        {
            "start": 931339093,
            "stop": 931339094
        },
        {
            "start": 931339096,
            "stop": 931339097
        },
        {
            "start": 931339111,
            "stop": 931339114
        },
        {
            "start": 931339131,
            "stop": 931339132
        },
        {
            "start": 931339137,
            "stop": 931339139
        },
        {
            "start": 931339141,
            "stop": 931339142
        },
        {
            "start": 931339157,
            "stop": 931339158
        },
        {
            "start": 931339160,
            "stop": 931339162
        },
        {
            "start": 931339165,
            "stop": 931339169
        },
        {
            "start": 931339171,
            "stop": 931339174
        },
        {
            "start": 931339176,
            "stop": 931339177
        },
        {
            "start": 931339182,
            "stop": 931339183
        },
        {
            "start": 931339191,
            "stop": 931339195
        },
        {
            "start": 931339198,
            "stop": 931339203
        },
        {
            "start": 931339205,
            "stop": 931339206
        },
        {
            "start": 931339222,
            "stop": 931339228
        },
        {
            "start": 931339235,
            "stop": 931339236
        },
        {
            "start": 931339241,
            "stop": 931339242
        },
        {
            "start": 931339252,
            "stop": 931339253
        }
    ]
}