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/L1_BURST_CAT2/segments?format=api&page=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=123",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 124,
    "results": [
        {
            "start": 1260113074,
            "stop": 1260113403
        },
        {
            "start": 1260113406,
            "stop": 1260114353
        },
        {
            "start": 1260114354,
            "stop": 1260114979
        },
        {
            "start": 1260114983,
            "stop": 1260115192
        },
        {
            "start": 1260115196,
            "stop": 1260115348
        },
        {
            "start": 1260115349,
            "stop": 1260115663
        },
        {
            "start": 1260115668,
            "stop": 1260116036
        },
        {
            "start": 1260116037,
            "stop": 1260117157
        },
        {
            "start": 1260117160,
            "stop": 1260117756
        },
        {
            "start": 1260117757,
            "stop": 1260118030
        },
        {
            "start": 1260118031,
            "stop": 1260118549
        },
        {
            "start": 1260118553,
            "stop": 1260118891
        },
        {
            "start": 1260118896,
            "stop": 1260119397
        },
        {
            "start": 1260119402,
            "stop": 1260119613
        },
        {
            "start": 1260119614,
            "stop": 1260119945
        },
        {
            "start": 1260119946,
            "stop": 1260120185
        },
        {
            "start": 1260120186,
            "stop": 1260121828
        },
        {
            "start": 1260121833,
            "stop": 1260122654
        },
        {
            "start": 1260122655,
            "stop": 1260122967
        },
        {
            "start": 1260122968,
            "stop": 1260123377
        }
    ]
}