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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=155",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 156,
    "results": [
        {
            "start": 817247280,
            "stop": 817247340
        },
        {
            "start": 817247412,
            "stop": 817247447
        },
        {
            "start": 817247467,
            "stop": 817247472
        },
        {
            "start": 817248222,
            "stop": 817248240
        },
        {
            "start": 817249073,
            "stop": 817249123
        },
        {
            "start": 817249127,
            "stop": 817249217
        },
        {
            "start": 817249220,
            "stop": 817249380
        },
        {
            "start": 817249560,
            "stop": 817249729
        },
        {
            "start": 817249749,
            "stop": 817249781
        },
        {
            "start": 817249786,
            "stop": 817249800
        },
        {
            "start": 817249920,
            "stop": 817250100
        },
        {
            "start": 817250160,
            "stop": 817250280
        },
        {
            "start": 817250340,
            "stop": 817250386
        },
        {
            "start": 817250406,
            "stop": 817250444
        },
        {
            "start": 817250520,
            "stop": 817250580
        },
        {
            "start": 817250820,
            "stop": 817251240
        },
        {
            "start": 817251420,
            "stop": 817251540
        },
        {
            "start": 817251660,
            "stop": 817251801
        },
        {
            "start": 817251820,
            "stop": 817251960
        },
        {
            "start": 817252020,
            "stop": 817252167
        }
    ]
}