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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10087",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10085",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10086,
    "results": [
        {
            "start": 873215293,
            "stop": 873215354
        },
        {
            "start": 873215439,
            "stop": 873215472
        },
        {
            "start": 873215509,
            "stop": 873215688
        },
        {
            "start": 873215900,
            "stop": 873215913
        },
        {
            "start": 873215964,
            "stop": 873215967
        },
        {
            "start": 873216069,
            "stop": 873216109
        },
        {
            "start": 873216166,
            "stop": 873216213
        },
        {
            "start": 873216247,
            "stop": 873216297
        },
        {
            "start": 873220029,
            "stop": 873220046
        },
        {
            "start": 873220210,
            "stop": 873220232
        },
        {
            "start": 873220295,
            "stop": 873220397
        },
        {
            "start": 873220517,
            "stop": 873220555
        },
        {
            "start": 873220675,
            "stop": 873220720
        },
        {
            "start": 873220800,
            "stop": 873220819
        },
        {
            "start": 873220826,
            "stop": 873220832
        },
        {
            "start": 873220866,
            "stop": 873220956
        },
        {
            "start": 873220996,
            "stop": 873221071
        },
        {
            "start": 873221080,
            "stop": 873221190
        },
        {
            "start": 873221198,
            "stop": 873221218
        },
        {
            "start": 873221225,
            "stop": 873221229
        }
    ]
}