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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9098",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9099,
    "results": [
        {
            "start": 874755361,
            "stop": 874755801
        },
        {
            "start": 874755824,
            "stop": 874755842
        },
        {
            "start": 874755859,
            "stop": 874755927
        },
        {
            "start": 874755950,
            "stop": 874756170
        },
        {
            "start": 874756187,
            "stop": 874756467
        },
        {
            "start": 874756484,
            "stop": 874756502
        },
        {
            "start": 874756519,
            "stop": 874756603
        },
        {
            "start": 874756626,
            "stop": 874756752
        },
        {
            "start": 874756769,
            "stop": 874756995
        },
        {
            "start": 874757012,
            "stop": 874757225
        },
        {
            "start": 874757242,
            "stop": 874757269
        },
        {
            "start": 874757292,
            "stop": 874757487
        },
        {
            "start": 874757515,
            "stop": 874757521
        },
        {
            "start": 874757542,
            "stop": 874757678
        },
        {
            "start": 874757695,
            "stop": 874758057
        },
        {
            "start": 874758074,
            "stop": 874758421
        },
        {
            "start": 874758441,
            "stop": 874758921
        },
        {
            "start": 874758940,
            "stop": 874758968
        },
        {
            "start": 874758985,
            "stop": 874759082
        },
        {
            "start": 874759101,
            "stop": 874759404
        }
    ]
}