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/O2/timelines/L1_BURST_CAT3/segments?format=api&page=253
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=252",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 253,
    "results": [
        {
            "start": 1174060017,
            "stop": 1174061016
        },
        {
            "start": 1174061018,
            "stop": 1174062414
        },
        {
            "start": 1174062416,
            "stop": 1174063695
        },
        {
            "start": 1174063697,
            "stop": 1174064777
        },
        {
            "start": 1174064779,
            "stop": 1174066011
        },
        {
            "start": 1174066013,
            "stop": 1174067077
        },
        {
            "start": 1174067079,
            "stop": 1174068165
        },
        {
            "start": 1174068167,
            "stop": 1174069806
        },
        {
            "start": 1174069808,
            "stop": 1174071142
        },
        {
            "start": 1174071144,
            "stop": 1174072089
        },
        {
            "start": 1174072091,
            "stop": 1174073895
        },
        {
            "start": 1174073897,
            "stop": 1174076443
        },
        {
            "start": 1174076445,
            "stop": 1174078658
        },
        {
            "start": 1174078660,
            "stop": 1174081435
        },
        {
            "start": 1174081437,
            "stop": 1174084112
        },
        {
            "start": 1174084114,
            "stop": 1174085960
        },
        {
            "start": 1174085962,
            "stop": 1174086298
        },
        {
            "start": 1174086302,
            "stop": 1174086610
        },
        {
            "start": 1174086614,
            "stop": 1174087393
        },
        {
            "start": 1174087397,
            "stop": 1174087870
        }
    ]
}