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=742
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=743",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=741",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 742,
    "results": [
        {
            "start": 1267582811,
            "stop": 1267582823
        },
        {
            "start": 1267582824,
            "stop": 1267582828
        },
        {
            "start": 1267582829,
            "stop": 1267582933
        },
        {
            "start": 1267582938,
            "stop": 1267582940
        },
        {
            "start": 1267582943,
            "stop": 1267582945
        },
        {
            "start": 1267582946,
            "stop": 1267582947
        },
        {
            "start": 1267582950,
            "stop": 1267582951
        },
        {
            "start": 1267582952,
            "stop": 1267582957
        },
        {
            "start": 1267582959,
            "stop": 1267582968
        },
        {
            "start": 1267582969,
            "stop": 1267582971
        },
        {
            "start": 1267582973,
            "stop": 1267583013
        },
        {
            "start": 1267583018,
            "stop": 1267583020
        },
        {
            "start": 1267583022,
            "stop": 1267583023
        },
        {
            "start": 1267583026,
            "stop": 1267583027
        },
        {
            "start": 1267583029,
            "stop": 1267583033
        },
        {
            "start": 1267583034,
            "stop": 1267583035
        },
        {
            "start": 1267583040,
            "stop": 1267583041
        },
        {
            "start": 1267583042,
            "stop": 1267583048
        },
        {
            "start": 1267583049,
            "stop": 1267583051
        },
        {
            "start": 1267583053,
            "stop": 1267583198
        }
    ]
}