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=718
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=719",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=717",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 718,
    "results": [
        {
            "start": 1267246739,
            "stop": 1267250241
        },
        {
            "start": 1267250243,
            "stop": 1267251384
        },
        {
            "start": 1267251389,
            "stop": 1267252895
        },
        {
            "start": 1267252899,
            "stop": 1267258169
        },
        {
            "start": 1267258171,
            "stop": 1267258955
        },
        {
            "start": 1267258959,
            "stop": 1267261214
        },
        {
            "start": 1267261218,
            "stop": 1267265851
        },
        {
            "start": 1267265855,
            "stop": 1267268519
        },
        {
            "start": 1267268522,
            "stop": 1267269260
        },
        {
            "start": 1267269265,
            "stop": 1267270169
        },
        {
            "start": 1267270177,
            "stop": 1267271990
        },
        {
            "start": 1267271995,
            "stop": 1267275313
        },
        {
            "start": 1267275316,
            "stop": 1267277004
        },
        {
            "start": 1267277006,
            "stop": 1267278193
        },
        {
            "start": 1267278197,
            "stop": 1267279641
        },
        {
            "start": 1267279644,
            "stop": 1267279890
        },
        {
            "start": 1267279894,
            "stop": 1267280110
        },
        {
            "start": 1267280113,
            "stop": 1267282830
        },
        {
            "start": 1267318201,
            "stop": 1267318694
        },
        {
            "start": 1267320520,
            "stop": 1267322276
        }
    ]
}