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=10147
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=10148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10146",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10147,
    "results": [
        {
            "start": 873729406,
            "stop": 873729471
        },
        {
            "start": 873729478,
            "stop": 873729480
        },
        {
            "start": 873729489,
            "stop": 873729517
        },
        {
            "start": 873729524,
            "stop": 873729540
        },
        {
            "start": 873729660,
            "stop": 873729663
        },
        {
            "start": 873729681,
            "stop": 873729689
        },
        {
            "start": 873729700,
            "stop": 873729724
        },
        {
            "start": 873729738,
            "stop": 873729774
        },
        {
            "start": 873729789,
            "stop": 873729791
        },
        {
            "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
        }
    ]
}