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=337
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=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=336",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 337,
    "results": [
        {
            "start": 818841405,
            "stop": 818841467
        },
        {
            "start": 818841553,
            "stop": 818841571
        },
        {
            "start": 818841612,
            "stop": 818841642
        },
        {
            "start": 818841712,
            "stop": 818841720
        },
        {
            "start": 818841846,
            "stop": 818841873
        },
        {
            "start": 818841876,
            "stop": 818841902
        },
        {
            "start": 818842020,
            "stop": 818842026
        },
        {
            "start": 818842097,
            "stop": 818842153
        },
        {
            "start": 818842204,
            "stop": 818842222
        },
        {
            "start": 818842239,
            "stop": 818842261
        },
        {
            "start": 818842296,
            "stop": 818842312
        },
        {
            "start": 818842315,
            "stop": 818842350
        },
        {
            "start": 818842416,
            "stop": 818842440
        },
        {
            "start": 818842624,
            "stop": 818842686
        },
        {
            "start": 818842710,
            "stop": 818842778
        },
        {
            "start": 818842839,
            "stop": 818842846
        },
        {
            "start": 818842867,
            "stop": 818842884
        },
        {
            "start": 818842918,
            "stop": 818842942
        },
        {
            "start": 818844694,
            "stop": 818844733
        },
        {
            "start": 818844772,
            "stop": 818844774
        }
    ]
}