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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=161",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 162,
    "results": [
        {
            "start": 817246432,
            "stop": 817246455
        },
        {
            "start": 817246580,
            "stop": 817246600
        },
        {
            "start": 817246628,
            "stop": 817246642
        },
        {
            "start": 817246684,
            "stop": 817246693
        },
        {
            "start": 817246712,
            "stop": 817246749
        },
        {
            "start": 817246781,
            "stop": 817246785
        },
        {
            "start": 817246805,
            "stop": 817246813
        },
        {
            "start": 817246833,
            "stop": 817246898
        },
        {
            "start": 817246936,
            "stop": 817247058
        },
        {
            "start": 817247080,
            "stop": 817247100
        },
        {
            "start": 817247220,
            "stop": 817247251
        },
        {
            "start": 817247278,
            "stop": 817247367
        },
        {
            "start": 817247412,
            "stop": 817247447
        },
        {
            "start": 817247467,
            "stop": 817247472
        },
        {
            "start": 817248222,
            "stop": 817248298
        },
        {
            "start": 817249073,
            "stop": 817249123
        },
        {
            "start": 817249127,
            "stop": 817249217
        },
        {
            "start": 817249220,
            "stop": 817249729
        },
        {
            "start": 817249749,
            "stop": 817249781
        },
        {
            "start": 817249786,
            "stop": 817250297
        }
    ]
}