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=14874
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=14875",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14873",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14874,
    "results": [
        {
            "start": 971411172,
            "stop": 971411176
        },
        {
            "start": 971411177,
            "stop": 971411179
        },
        {
            "start": 971411184,
            "stop": 971411193
        },
        {
            "start": 971411195,
            "stop": 971411197
        },
        {
            "start": 971411201,
            "stop": 971411202
        },
        {
            "start": 971411206,
            "stop": 971411208
        },
        {
            "start": 971411209,
            "stop": 971411213
        },
        {
            "start": 971411214,
            "stop": 971411219
        },
        {
            "start": 971411220,
            "stop": 971411222
        },
        {
            "start": 971411224,
            "stop": 971411228
        },
        {
            "start": 971411229,
            "stop": 971411230
        },
        {
            "start": 971411231,
            "stop": 971411232
        },
        {
            "start": 971411233,
            "stop": 971411236
        },
        {
            "start": 971411237,
            "stop": 971411242
        },
        {
            "start": 971411243,
            "stop": 971411253
        },
        {
            "start": 971411254,
            "stop": 971411256
        },
        {
            "start": 971411258,
            "stop": 971411263
        },
        {
            "start": 971411264,
            "stop": 971411266
        },
        {
            "start": 971411268,
            "stop": 971411272
        },
        {
            "start": 971411273,
            "stop": 971411277
        }
    ]
}