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=711
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=712",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=710",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 711,
    "results": [
        {
            "start": 1267024298,
            "stop": 1267024438
        },
        {
            "start": 1267024441,
            "stop": 1267025803
        },
        {
            "start": 1267025805,
            "stop": 1267027246
        },
        {
            "start": 1267027247,
            "stop": 1267027653
        },
        {
            "start": 1267027654,
            "stop": 1267029048
        },
        {
            "start": 1267029051,
            "stop": 1267032190
        },
        {
            "start": 1267032195,
            "stop": 1267036490
        },
        {
            "start": 1267036493,
            "stop": 1267039404
        },
        {
            "start": 1267039407,
            "stop": 1267039490
        },
        {
            "start": 1267039494,
            "stop": 1267041732
        },
        {
            "start": 1267041734,
            "stop": 1267042118
        },
        {
            "start": 1267042122,
            "stop": 1267046910
        },
        {
            "start": 1267046911,
            "stop": 1267046966
        },
        {
            "start": 1267046971,
            "stop": 1267046972
        },
        {
            "start": 1267046978,
            "stop": 1267046982
        },
        {
            "start": 1267046987,
            "stop": 1267047227
        },
        {
            "start": 1267047232,
            "stop": 1267048773
        },
        {
            "start": 1267048778,
            "stop": 1267048828
        },
        {
            "start": 1267048832,
            "stop": 1267050144
        },
        {
            "start": 1267050146,
            "stop": 1267055510
        }
    ]
}