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=10067
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=10068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10066",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10067,
    "results": [
        {
            "start": 873015386,
            "stop": 873015401
        },
        {
            "start": 873015437,
            "stop": 873015568
        },
        {
            "start": 873015604,
            "stop": 873015606
        },
        {
            "start": 873015642,
            "stop": 873015923
        },
        {
            "start": 873015986,
            "stop": 873016170
        },
        {
            "start": 873016206,
            "stop": 873016249
        },
        {
            "start": 873016285,
            "stop": 873016316
        },
        {
            "start": 873016352,
            "stop": 873016365
        },
        {
            "start": 873016401,
            "stop": 873016436
        },
        {
            "start": 873016493,
            "stop": 873016540
        },
        {
            "start": 873016628,
            "stop": 873016746
        },
        {
            "start": 873016802,
            "stop": 873016872
        },
        {
            "start": 873016947,
            "stop": 873016976
        },
        {
            "start": 873017038,
            "stop": 873017124
        },
        {
            "start": 873017165,
            "stop": 873017173
        },
        {
            "start": 873017283,
            "stop": 873017339
        },
        {
            "start": 873017375,
            "stop": 873017884
        },
        {
            "start": 873017920,
            "stop": 873018277
        },
        {
            "start": 873018350,
            "stop": 873019100
        },
        {
            "start": 873019117,
            "stop": 873019344
        }
    ]
}