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=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=296",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 297,
    "results": [
        {
            "start": 1263258140,
            "stop": 1263260188
        },
        {
            "start": 1263260190,
            "stop": 1263262399
        },
        {
            "start": 1263262402,
            "stop": 1263262430
        },
        {
            "start": 1263262435,
            "stop": 1263267252
        },
        {
            "start": 1263267254,
            "stop": 1263268899
        },
        {
            "start": 1263268903,
            "stop": 1263269076
        },
        {
            "start": 1263269077,
            "stop": 1263274878
        },
        {
            "start": 1263274881,
            "stop": 1263286760
        },
        {
            "start": 1263286763,
            "stop": 1263287036
        },
        {
            "start": 1263288960,
            "stop": 1263293637
        },
        {
            "start": 1263293642,
            "stop": 1263298830
        },
        {
            "start": 1263298833,
            "stop": 1263298963
        },
        {
            "start": 1263298965,
            "stop": 1263299838
        },
        {
            "start": 1263299842,
            "stop": 1263307131
        },
        {
            "start": 1263307134,
            "stop": 1263309936
        },
        {
            "start": 1263309938,
            "stop": 1263310811
        },
        {
            "start": 1263310812,
            "stop": 1263313910
        },
        {
            "start": 1263313913,
            "stop": 1263319958
        },
        {
            "start": 1263319962,
            "stop": 1263323192
        },
        {
            "start": 1263323194,
            "stop": 1263323796
        }
    ]
}