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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=80",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 81,
    "results": [
        {
            "start": 932077023,
            "stop": 932077026
        },
        {
            "start": 932077027,
            "stop": 932077048
        },
        {
            "start": 932077050,
            "stop": 932077070
        },
        {
            "start": 932077071,
            "stop": 932077072
        },
        {
            "start": 932077075,
            "stop": 932077108
        },
        {
            "start": 932077110,
            "stop": 932077116
        },
        {
            "start": 932077119,
            "stop": 932077122
        },
        {
            "start": 932077123,
            "stop": 932077130
        },
        {
            "start": 932077131,
            "stop": 932077135
        },
        {
            "start": 932077137,
            "stop": 932077151
        },
        {
            "start": 932077155,
            "stop": 932077157
        },
        {
            "start": 932077160,
            "stop": 932077162
        },
        {
            "start": 932077163,
            "stop": 932077164
        },
        {
            "start": 932077165,
            "stop": 932077169
        },
        {
            "start": 932077171,
            "stop": 932077179
        },
        {
            "start": 932077181,
            "stop": 932077183
        },
        {
            "start": 932077184,
            "stop": 932077190
        },
        {
            "start": 932077191,
            "stop": 932077204
        },
        {
            "start": 932077210,
            "stop": 932077214
        },
        {
            "start": 932077215,
            "stop": 932077223
        }
    ]
}