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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=435",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=433",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 434,
    "results": [
        {
            "start": 818736953,
            "stop": 818736959
        },
        {
            "start": 818736962,
            "stop": 818736970
        },
        {
            "start": 818736973,
            "stop": 818736975
        },
        {
            "start": 818736982,
            "stop": 818736986
        },
        {
            "start": 818736991,
            "stop": 818736993
        },
        {
            "start": 818736997,
            "stop": 818736998
        },
        {
            "start": 818737001,
            "stop": 818737002
        },
        {
            "start": 818737022,
            "stop": 818737032
        },
        {
            "start": 818737045,
            "stop": 818737053
        },
        {
            "start": 818737057,
            "stop": 818737073
        },
        {
            "start": 818737096,
            "stop": 818737101
        },
        {
            "start": 818737108,
            "stop": 818737112
        },
        {
            "start": 818737128,
            "stop": 818737129
        },
        {
            "start": 818737132,
            "stop": 818737134
        },
        {
            "start": 818737157,
            "stop": 818737158
        },
        {
            "start": 818737162,
            "stop": 818737182
        },
        {
            "start": 818737187,
            "stop": 818737190
        },
        {
            "start": 818737195,
            "stop": 818737197
        },
        {
            "start": 818737205,
            "stop": 818737209
        },
        {
            "start": 818737215,
            "stop": 818737221
        }
    ]
}