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=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=296",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 297,
    "results": [
        {
            "start": 1240161667,
            "stop": 1240161785
        },
        {
            "start": 1240161787,
            "stop": 1240161905
        },
        {
            "start": 1240161907,
            "stop": 1240162025
        },
        {
            "start": 1240162027,
            "stop": 1240162145
        },
        {
            "start": 1240162147,
            "stop": 1240162265
        },
        {
            "start": 1240162267,
            "stop": 1240162365
        },
        {
            "start": 1240162367,
            "stop": 1240162505
        },
        {
            "start": 1240162507,
            "stop": 1240162625
        },
        {
            "start": 1240162627,
            "stop": 1240162745
        },
        {
            "start": 1240162747,
            "stop": 1240162865
        },
        {
            "start": 1240162867,
            "stop": 1240162985
        },
        {
            "start": 1240162987,
            "stop": 1240163105
        },
        {
            "start": 1240163107,
            "stop": 1240163225
        },
        {
            "start": 1240163227,
            "stop": 1240163345
        },
        {
            "start": 1240163347,
            "stop": 1240163465
        },
        {
            "start": 1240163467,
            "stop": 1240163585
        },
        {
            "start": 1240163587,
            "stop": 1240163705
        },
        {
            "start": 1240163707,
            "stop": 1240163825
        },
        {
            "start": 1240163827,
            "stop": 1240163945
        },
        {
            "start": 1240163947,
            "stop": 1240164065
        }
    ]
}