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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=298",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 299,
    "results": [
        {
            "start": 1240166107,
            "stop": 1240166225
        },
        {
            "start": 1240166227,
            "stop": 1240166345
        },
        {
            "start": 1240166347,
            "stop": 1240166465
        },
        {
            "start": 1240166467,
            "stop": 1240166585
        },
        {
            "start": 1240166587,
            "stop": 1240166705
        },
        {
            "start": 1240166707,
            "stop": 1240166825
        },
        {
            "start": 1240166827,
            "stop": 1240166945
        },
        {
            "start": 1240166947,
            "stop": 1240167065
        },
        {
            "start": 1240167067,
            "stop": 1240167185
        },
        {
            "start": 1240167187,
            "stop": 1240167305
        },
        {
            "start": 1240167307,
            "stop": 1240167395
        },
        {
            "start": 1240167398,
            "stop": 1240167425
        },
        {
            "start": 1240167427,
            "stop": 1240167545
        },
        {
            "start": 1240167547,
            "stop": 1240167665
        },
        {
            "start": 1240167667,
            "stop": 1240167785
        },
        {
            "start": 1240167787,
            "stop": 1240167905
        },
        {
            "start": 1240167907,
            "stop": 1240168025
        },
        {
            "start": 1240168027,
            "stop": 1240168145
        },
        {
            "start": 1240168147,
            "stop": 1240168265
        },
        {
            "start": 1240168267,
            "stop": 1240168385
        }
    ]
}