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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=26",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 27,
    "results": [
        {
            "start": 820798090,
            "stop": 820802386
        },
        {
            "start": 820802927,
            "stop": 820802984
        },
        {
            "start": 820802985,
            "stop": 820807333
        },
        {
            "start": 820807343,
            "stop": 820807346
        },
        {
            "start": 820807682,
            "stop": 820827913
        },
        {
            "start": 820827932,
            "stop": 820827935
        },
        {
            "start": 820828683,
            "stop": 820844221
        },
        {
            "start": 820844838,
            "stop": 820847531
        },
        {
            "start": 820847865,
            "stop": 820847893
        },
        {
            "start": 820850167,
            "stop": 820851225
        },
        {
            "start": 820883597,
            "stop": 820884186
        },
        {
            "start": 820884188,
            "stop": 820884189
        },
        {
            "start": 820884797,
            "stop": 820884823
        },
        {
            "start": 820884831,
            "stop": 820884860
        },
        {
            "start": 820887998,
            "stop": 820892713
        },
        {
            "start": 820895818,
            "stop": 820897083
        },
        {
            "start": 820897360,
            "stop": 820905973
        },
        {
            "start": 820906000,
            "stop": 820906003
        },
        {
            "start": 820906981,
            "stop": 820911013
        },
        {
            "start": 820911026,
            "stop": 820911029
        }
    ]
}