Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=695
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=696",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=694",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 695,
    "results": [
        {
            "start": 1266011858,
            "stop": 1266012778
        },
        {
            "start": 1266012781,
            "stop": 1266017582
        },
        {
            "start": 1266017590,
            "stop": 1266019401
        },
        {
            "start": 1266019404,
            "stop": 1266023475
        },
        {
            "start": 1266023478,
            "stop": 1266023873
        },
        {
            "start": 1266023876,
            "stop": 1266025799
        },
        {
            "start": 1266025802,
            "stop": 1266029175
        },
        {
            "start": 1266029178,
            "stop": 1266033411
        },
        {
            "start": 1266033419,
            "stop": 1266036559
        },
        {
            "start": 1266036562,
            "stop": 1266037090
        },
        {
            "start": 1266037093,
            "stop": 1266040772
        },
        {
            "start": 1266040780,
            "stop": 1266041378
        },
        {
            "start": 1266041381,
            "stop": 1266043400
        },
        {
            "start": 1266043403,
            "stop": 1266047077
        },
        {
            "start": 1266047085,
            "stop": 1266048005
        },
        {
            "start": 1266053015,
            "stop": 1266053606
        },
        {
            "start": 1266053609,
            "stop": 1266054533
        },
        {
            "start": 1266054536,
            "stop": 1266054654
        },
        {
            "start": 1266054662,
            "stop": 1266064482
        },
        {
            "start": 1266064485,
            "stop": 1266066108
        }
    ]
}