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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=204",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 205,
    "results": [
        {
            "start": 1261902809,
            "stop": 1261903022
        },
        {
            "start": 1261903025,
            "stop": 1261903147
        },
        {
            "start": 1261903150,
            "stop": 1261903412
        },
        {
            "start": 1261903415,
            "stop": 1261903431
        },
        {
            "start": 1261903434,
            "stop": 1261903558
        },
        {
            "start": 1261903561,
            "stop": 1261904215
        },
        {
            "start": 1261904217,
            "stop": 1261904789
        },
        {
            "start": 1261904792,
            "stop": 1261905153
        },
        {
            "start": 1261905156,
            "stop": 1261905334
        },
        {
            "start": 1261905339,
            "stop": 1261905459
        },
        {
            "start": 1261905462,
            "stop": 1261905658
        },
        {
            "start": 1261905661,
            "stop": 1261905967
        },
        {
            "start": 1261905970,
            "stop": 1261906114
        },
        {
            "start": 1261906117,
            "stop": 1261906182
        },
        {
            "start": 1261906185,
            "stop": 1261906228
        },
        {
            "start": 1261906231,
            "stop": 1261906511
        },
        {
            "start": 1261906514,
            "stop": 1261907169
        },
        {
            "start": 1261907171,
            "stop": 1261907393
        },
        {
            "start": 1261907396,
            "stop": 1261907956
        },
        {
            "start": 1261907959,
            "stop": 1261908247
        }
    ]
}