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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=210",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 211,
    "results": [
        {
            "start": 1261989760,
            "stop": 1261990296
        },
        {
            "start": 1261990300,
            "stop": 1261991094
        },
        {
            "start": 1261991097,
            "stop": 1261991345
        },
        {
            "start": 1261991348,
            "stop": 1261991825
        },
        {
            "start": 1261991829,
            "stop": 1261991892
        },
        {
            "start": 1261991894,
            "stop": 1261992195
        },
        {
            "start": 1261992199,
            "stop": 1261992209
        },
        {
            "start": 1261992213,
            "stop": 1261992223
        },
        {
            "start": 1261992228,
            "stop": 1261992855
        },
        {
            "start": 1261992859,
            "stop": 1261992877
        },
        {
            "start": 1261992882,
            "stop": 1261993171
        },
        {
            "start": 1261993175,
            "stop": 1261993412
        },
        {
            "start": 1261993415,
            "stop": 1261993985
        },
        {
            "start": 1261993989,
            "stop": 1261994144
        },
        {
            "start": 1261994149,
            "stop": 1261994231
        },
        {
            "start": 1261994232,
            "stop": 1261994637
        },
        {
            "start": 1261994642,
            "stop": 1261995214
        },
        {
            "start": 1261995218,
            "stop": 1261995509
        },
        {
            "start": 1261995514,
            "stop": 1261995856
        },
        {
            "start": 1261995861,
            "stop": 1261995903
        }
    ]
}