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=554
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=555",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=553",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 554,
    "results": [
        {
            "start": 1264846184,
            "stop": 1264846195
        },
        {
            "start": 1264846197,
            "stop": 1264846243
        },
        {
            "start": 1264846245,
            "stop": 1264846249
        },
        {
            "start": 1264846251,
            "stop": 1264846265
        },
        {
            "start": 1264846268,
            "stop": 1264846279
        },
        {
            "start": 1264846283,
            "stop": 1264846292
        },
        {
            "start": 1264846297,
            "stop": 1264846308
        },
        {
            "start": 1264846311,
            "stop": 1264846312
        },
        {
            "start": 1264846315,
            "stop": 1264846325
        },
        {
            "start": 1264846329,
            "stop": 1264846333
        },
        {
            "start": 1264846336,
            "stop": 1264846349
        },
        {
            "start": 1264846352,
            "stop": 1264846406
        },
        {
            "start": 1264846410,
            "stop": 1264846482
        },
        {
            "start": 1264846485,
            "stop": 1264846510
        },
        {
            "start": 1264846512,
            "stop": 1264846552
        },
        {
            "start": 1264846553,
            "stop": 1264846566
        },
        {
            "start": 1264846569,
            "stop": 1264846579
        },
        {
            "start": 1264846582,
            "stop": 1264846600
        },
        {
            "start": 1264846601,
            "stop": 1264846736
        },
        {
            "start": 1264846740,
            "stop": 1264846742
        }
    ]
}