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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14450",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14448",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14449,
    "results": [
        {
            "start": 971560006,
            "stop": 971560016
        },
        {
            "start": 971560019,
            "stop": 971560033
        },
        {
            "start": 971560035,
            "stop": 971560050
        },
        {
            "start": 971560052,
            "stop": 971560063
        },
        {
            "start": 971560064,
            "stop": 971560070
        },
        {
            "start": 971560071,
            "stop": 971560103
        },
        {
            "start": 971560105,
            "stop": 971560127
        },
        {
            "start": 971560128,
            "stop": 971560148
        },
        {
            "start": 971560150,
            "stop": 971560157
        },
        {
            "start": 971560158,
            "stop": 971560159
        },
        {
            "start": 971560160,
            "stop": 971560180
        },
        {
            "start": 971560182,
            "stop": 971560183
        },
        {
            "start": 971560184,
            "stop": 971560188
        },
        {
            "start": 971560190,
            "stop": 971560197
        },
        {
            "start": 971560200,
            "stop": 971560228
        },
        {
            "start": 971560229,
            "stop": 971560259
        },
        {
            "start": 971560262,
            "stop": 971560263
        },
        {
            "start": 971560264,
            "stop": 971560272
        },
        {
            "start": 971560273,
            "stop": 971560275
        },
        {
            "start": 971560276,
            "stop": 971560279
        }
    ]
}