Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=223
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=222",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 223,
    "results": [
        {
            "start": 1262211430,
            "stop": 1262211563
        },
        {
            "start": 1262211564,
            "stop": 1262211997
        },
        {
            "start": 1262212001,
            "stop": 1262212233
        },
        {
            "start": 1262212238,
            "stop": 1262212241
        },
        {
            "start": 1262212256,
            "stop": 1262212480
        },
        {
            "start": 1262212489,
            "stop": 1262212563
        },
        {
            "start": 1262212566,
            "stop": 1262212700
        },
        {
            "start": 1262212705,
            "stop": 1262212908
        },
        {
            "start": 1262212913,
            "stop": 1262213248
        },
        {
            "start": 1262213253,
            "stop": 1262213276
        },
        {
            "start": 1262213281,
            "stop": 1262214483
        },
        {
            "start": 1262214488,
            "stop": 1262214587
        },
        {
            "start": 1262214589,
            "stop": 1262221774
        },
        {
            "start": 1262221777,
            "stop": 1262222755
        },
        {
            "start": 1262222760,
            "stop": 1262225290
        },
        {
            "start": 1262225293,
            "stop": 1262227294
        },
        {
            "start": 1262227297,
            "stop": 1262228235
        },
        {
            "start": 1262228240,
            "stop": 1262230488
        },
        {
            "start": 1262232415,
            "stop": 1262233422
        },
        {
            "start": 1262233425,
            "stop": 1262234356
        }
    ]
}