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_CAT3/segments?format=api&page=671
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=672",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=670",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 671,
    "results": [
        {
            "start": 1266318176,
            "stop": 1266318784
        },
        {
            "start": 1266318789,
            "stop": 1266318878
        },
        {
            "start": 1266318883,
            "stop": 1266319054
        },
        {
            "start": 1266319059,
            "stop": 1266319291
        },
        {
            "start": 1266319296,
            "stop": 1266319578
        },
        {
            "start": 1266319583,
            "stop": 1266319712
        },
        {
            "start": 1266319717,
            "stop": 1266319942
        },
        {
            "start": 1266319947,
            "stop": 1266320029
        },
        {
            "start": 1266320034,
            "stop": 1266320066
        },
        {
            "start": 1266320071,
            "stop": 1266320100
        },
        {
            "start": 1266320105,
            "stop": 1266320512
        },
        {
            "start": 1266320517,
            "stop": 1266321353
        },
        {
            "start": 1266321358,
            "stop": 1266321408
        },
        {
            "start": 1266321413,
            "stop": 1266321468
        },
        {
            "start": 1266321477,
            "stop": 1266321889
        },
        {
            "start": 1266321893,
            "stop": 1266321978
        },
        {
            "start": 1266321983,
            "stop": 1266322109
        },
        {
            "start": 1266322114,
            "stop": 1266322182
        },
        {
            "start": 1266322187,
            "stop": 1266322551
        },
        {
            "start": 1266322560,
            "stop": 1266322805
        }
    ]
}