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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=12",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 13,
    "results": [
        {
            "start": 931161014,
            "stop": 931161020
        },
        {
            "start": 931161027,
            "stop": 931161031
        },
        {
            "start": 931161034,
            "stop": 931161042
        },
        {
            "start": 931161051,
            "stop": 931161058
        },
        {
            "start": 931161069,
            "stop": 931161072
        },
        {
            "start": 931161079,
            "stop": 931161088
        },
        {
            "start": 931161102,
            "stop": 931161103
        },
        {
            "start": 931161107,
            "stop": 931161108
        },
        {
            "start": 931161115,
            "stop": 931161116
        },
        {
            "start": 931161122,
            "stop": 931161125
        },
        {
            "start": 931161129,
            "stop": 931161136
        },
        {
            "start": 931161142,
            "stop": 931161143
        },
        {
            "start": 931161146,
            "stop": 931161147
        },
        {
            "start": 931161149,
            "stop": 931161151
        },
        {
            "start": 931161154,
            "stop": 931161156
        },
        {
            "start": 931161159,
            "stop": 931161175
        },
        {
            "start": 931161187,
            "stop": 931161189
        },
        {
            "start": 931161197,
            "stop": 931161200
        },
        {
            "start": 931161203,
            "stop": 931161207
        },
        {
            "start": 931161209,
            "stop": 931161210
        }
    ]
}