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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5144",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5145,
    "results": [
        {
            "start": 873729700,
            "stop": 873729724
        },
        {
            "start": 873729738,
            "stop": 873729774
        },
        {
            "start": 873729789,
            "stop": 873729815
        },
        {
            "start": 873729844,
            "stop": 873729845
        },
        {
            "start": 873730023,
            "stop": 873730058
        },
        {
            "start": 873730069,
            "stop": 873730086
        },
        {
            "start": 873730096,
            "stop": 873730120
        },
        {
            "start": 873730127,
            "stop": 873730178
        },
        {
            "start": 873730190,
            "stop": 873730205
        },
        {
            "start": 873730223,
            "stop": 873730241
        },
        {
            "start": 873730248,
            "stop": 873730280
        },
        {
            "start": 873730297,
            "stop": 873730335
        },
        {
            "start": 873730343,
            "stop": 873730349
        },
        {
            "start": 873730362,
            "stop": 873730385
        },
        {
            "start": 873730402,
            "stop": 873730415
        },
        {
            "start": 873730429,
            "stop": 873730464
        },
        {
            "start": 873730472,
            "stop": 873730521
        },
        {
            "start": 873730530,
            "stop": 873730558
        },
        {
            "start": 873730569,
            "stop": 873730623
        },
        {
            "start": 873730630,
            "stop": 873730724
        }
    ]
}