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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=154",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 155,
    "results": [
        {
            "start": 817245651,
            "stop": 817245660
        },
        {
            "start": 817245803,
            "stop": 817245808
        },
        {
            "start": 817245813,
            "stop": 817245825
        },
        {
            "start": 817245864,
            "stop": 817245887
        },
        {
            "start": 817245907,
            "stop": 817245911
        },
        {
            "start": 817245934,
            "stop": 817245960
        },
        {
            "start": 817245987,
            "stop": 817246080
        },
        {
            "start": 817246320,
            "stop": 817246338
        },
        {
            "start": 817246391,
            "stop": 817246429
        },
        {
            "start": 817246432,
            "stop": 817246440
        },
        {
            "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": 817246980
        },
        {
            "start": 817247040,
            "stop": 817247058
        },
        {
            "start": 817247080,
            "stop": 817247100
        }
    ]
}