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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=44",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 45,
    "results": [
        {
            "start": 823939192,
            "stop": 823941436
        },
        {
            "start": 823941492,
            "stop": 823950960
        },
        {
            "start": 823951379,
            "stop": 823957916
        },
        {
            "start": 823957995,
            "stop": 823958933
        },
        {
            "start": 824007109,
            "stop": 824013021
        },
        {
            "start": 824013763,
            "stop": 824027642
        },
        {
            "start": 824028051,
            "stop": 824040063
        },
        {
            "start": 824041147,
            "stop": 824045156
        },
        {
            "start": 824050613,
            "stop": 824056177
        },
        {
            "start": 824060328,
            "stop": 824064629
        },
        {
            "start": 824071547,
            "stop": 824074262
        },
        {
            "start": 824090845,
            "stop": 824095796
        },
        {
            "start": 824096688,
            "stop": 824113495
        },
        {
            "start": 824114252,
            "stop": 824128416
        },
        {
            "start": 824128947,
            "stop": 824131246
        },
        {
            "start": 824131322,
            "stop": 824131499
        },
        {
            "start": 824131973,
            "stop": 824131994
        },
        {
            "start": 824132078,
            "stop": 824135549
        },
        {
            "start": 824136133,
            "stop": 824138801
        },
        {
            "start": 824143905,
            "stop": 824147599
        }
    ]
}