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=16031
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=16032",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16030",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16031,
    "results": [
        {
            "start": 971613638,
            "stop": 971613665
        },
        {
            "start": 971613668,
            "stop": 971613671
        },
        {
            "start": 971613674,
            "stop": 971613719
        },
        {
            "start": 971613723,
            "stop": 971613734
        },
        {
            "start": 971613737,
            "stop": 971613749
        },
        {
            "start": 971613751,
            "stop": 971613752
        },
        {
            "start": 971613753,
            "stop": 971613754
        },
        {
            "start": 971613764,
            "stop": 971613792
        },
        {
            "start": 971613795,
            "stop": 971613869
        },
        {
            "start": 971613873,
            "stop": 971613882
        },
        {
            "start": 971613883,
            "stop": 971613895
        },
        {
            "start": 971613896,
            "stop": 971613925
        },
        {
            "start": 971613928,
            "stop": 971613961
        },
        {
            "start": 971613966,
            "stop": 971614007
        },
        {
            "start": 971614009,
            "stop": 971614010
        },
        {
            "start": 971614013,
            "stop": 971614021
        },
        {
            "start": 971614024,
            "stop": 971614098
        },
        {
            "start": 971614102,
            "stop": 971614104
        },
        {
            "start": 971614105,
            "stop": 971614178
        },
        {
            "start": 971614181,
            "stop": 971614211
        }
    ]
}