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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=111",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 112,
    "results": [
        {
            "start": 931339255,
            "stop": 931339258
        },
        {
            "start": 931339265,
            "stop": 931339268
        },
        {
            "start": 931339276,
            "stop": 931339278
        },
        {
            "start": 931339279,
            "stop": 931339283
        },
        {
            "start": 931339285,
            "stop": 931339287
        },
        {
            "start": 931339290,
            "stop": 931339293
        },
        {
            "start": 931339296,
            "stop": 931339299
        },
        {
            "start": 931339301,
            "stop": 931339303
        },
        {
            "start": 931339305,
            "stop": 931339306
        },
        {
            "start": 931339312,
            "stop": 931339314
        },
        {
            "start": 931339317,
            "stop": 931339319
        },
        {
            "start": 931339321,
            "stop": 931339323
        },
        {
            "start": 931339326,
            "stop": 931339328
        },
        {
            "start": 931339332,
            "stop": 931339333
        },
        {
            "start": 931339342,
            "stop": 931339350
        },
        {
            "start": 931339353,
            "stop": 931339354
        },
        {
            "start": 931339357,
            "stop": 931339359
        },
        {
            "start": 931339365,
            "stop": 931339369
        },
        {
            "start": 931339371,
            "stop": 931339374
        },
        {
            "start": 931339379,
            "stop": 931339380
        }
    ]
}