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=589
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=590",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=588",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 589,
    "results": [
        {
            "start": 1265002078,
            "stop": 1265002100
        },
        {
            "start": 1265002104,
            "stop": 1265002105
        },
        {
            "start": 1265002107,
            "stop": 1265002116
        },
        {
            "start": 1265002118,
            "stop": 1265002119
        },
        {
            "start": 1265002120,
            "stop": 1265002137
        },
        {
            "start": 1265002143,
            "stop": 1265002144
        },
        {
            "start": 1265002145,
            "stop": 1265002147
        },
        {
            "start": 1265002149,
            "stop": 1265002164
        },
        {
            "start": 1265002167,
            "stop": 1265002185
        },
        {
            "start": 1265002191,
            "stop": 1265002216
        },
        {
            "start": 1265002218,
            "stop": 1265002233
        },
        {
            "start": 1265002234,
            "stop": 1265002263
        },
        {
            "start": 1265002265,
            "stop": 1265002268
        },
        {
            "start": 1265002269,
            "stop": 1265002272
        },
        {
            "start": 1265002273,
            "stop": 1265002299
        },
        {
            "start": 1265002300,
            "stop": 1265002395
        },
        {
            "start": 1265002396,
            "stop": 1265002399
        },
        {
            "start": 1265002400,
            "stop": 1265002643
        },
        {
            "start": 1265002644,
            "stop": 1265002659
        },
        {
            "start": 1265002660,
            "stop": 1265002665
        }
    ]
}