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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8264",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8265,
    "results": [
        {
            "start": 873843960,
            "stop": 873844104
        },
        {
            "start": 873844124,
            "stop": 873844555
        },
        {
            "start": 873844651,
            "stop": 873844823
        },
        {
            "start": 873844840,
            "stop": 873844920
        },
        {
            "start": 873844980,
            "stop": 873845032
        },
        {
            "start": 873845052,
            "stop": 873845336
        },
        {
            "start": 873845355,
            "stop": 873845437
        },
        {
            "start": 873845456,
            "stop": 873845460
        },
        {
            "start": 873845520,
            "stop": 873845582
        },
        {
            "start": 873845702,
            "stop": 873845744
        },
        {
            "start": 873845817,
            "stop": 873845848
        },
        {
            "start": 873845869,
            "stop": 873846160
        },
        {
            "start": 873846180,
            "stop": 873846402
        },
        {
            "start": 873846574,
            "stop": 873846722
        },
        {
            "start": 873846741,
            "stop": 873847040
        },
        {
            "start": 873847324,
            "stop": 873847781
        },
        {
            "start": 873847801,
            "stop": 873848111
        },
        {
            "start": 873848130,
            "stop": 873848216
        },
        {
            "start": 873848250,
            "stop": 873848280
        },
        {
            "start": 873848340,
            "stop": 873848675
        }
    ]
}