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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15941",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15939",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15940,
    "results": [
        {
            "start": 971409013,
            "stop": 971409016
        },
        {
            "start": 971409017,
            "stop": 971409019
        },
        {
            "start": 971409023,
            "stop": 971409025
        },
        {
            "start": 971409027,
            "stop": 971409030
        },
        {
            "start": 971409031,
            "stop": 971409037
        },
        {
            "start": 971409043,
            "stop": 971409046
        },
        {
            "start": 971409048,
            "stop": 971409050
        },
        {
            "start": 971409052,
            "stop": 971409054
        },
        {
            "start": 971409056,
            "stop": 971409064
        },
        {
            "start": 971409066,
            "stop": 971409067
        },
        {
            "start": 971409087,
            "stop": 971409094
        },
        {
            "start": 971409096,
            "stop": 971409098
        },
        {
            "start": 971409101,
            "stop": 971409105
        },
        {
            "start": 971409109,
            "stop": 971409110
        },
        {
            "start": 971409111,
            "stop": 971409119
        },
        {
            "start": 971409121,
            "stop": 971409122
        },
        {
            "start": 971409123,
            "stop": 971409137
        },
        {
            "start": 971409139,
            "stop": 971409140
        },
        {
            "start": 971409143,
            "stop": 971409152
        },
        {
            "start": 971409154,
            "stop": 971409158
        }
    ]
}