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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=66",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 67,
    "results": [
        {
            "start": 932073828,
            "stop": 932073830
        },
        {
            "start": 932073835,
            "stop": 932073836
        },
        {
            "start": 932073839,
            "stop": 932073840
        },
        {
            "start": 932073843,
            "stop": 932073847
        },
        {
            "start": 932073848,
            "stop": 932073851
        },
        {
            "start": 932073859,
            "stop": 932073860
        },
        {
            "start": 932073862,
            "stop": 932073865
        },
        {
            "start": 932073866,
            "stop": 932073867
        },
        {
            "start": 932073880,
            "stop": 932073884
        },
        {
            "start": 932073887,
            "stop": 932073889
        },
        {
            "start": 932073892,
            "stop": 932073893
        },
        {
            "start": 932073895,
            "stop": 932073896
        },
        {
            "start": 932073904,
            "stop": 932073911
        },
        {
            "start": 932073925,
            "stop": 932073932
        },
        {
            "start": 932073934,
            "stop": 932073935
        },
        {
            "start": 932073950,
            "stop": 932073951
        },
        {
            "start": 932073953,
            "stop": 932073954
        },
        {
            "start": 932073958,
            "stop": 932073960
        },
        {
            "start": 932073961,
            "stop": 932073966
        },
        {
            "start": 932073968,
            "stop": 932073969
        }
    ]
}