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=8054
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=8055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8053",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8054,
    "results": [
        {
            "start": 872260939,
            "stop": 872260942
        },
        {
            "start": 872260960,
            "stop": 872260962
        },
        {
            "start": 872260979,
            "stop": 872260996
        },
        {
            "start": 872261013,
            "stop": 872261032
        },
        {
            "start": 872261052,
            "stop": 872261060
        },
        {
            "start": 872261077,
            "stop": 872261085
        },
        {
            "start": 872261102,
            "stop": 872261121
        },
        {
            "start": 872261143,
            "stop": 872261146
        },
        {
            "start": 872261179,
            "stop": 872261210
        },
        {
            "start": 872261230,
            "stop": 872261260
        },
        {
            "start": 872261279,
            "stop": 872261367
        },
        {
            "start": 872261560,
            "stop": 872261563
        },
        {
            "start": 872261584,
            "stop": 872261628
        },
        {
            "start": 872261645,
            "stop": 872261649
        },
        {
            "start": 872265120,
            "stop": 872265129
        },
        {
            "start": 872265149,
            "stop": 872265174
        },
        {
            "start": 872265191,
            "stop": 872265638
        },
        {
            "start": 872265758,
            "stop": 872266118
        },
        {
            "start": 872266137,
            "stop": 872266440
        },
        {
            "start": 872266511,
            "stop": 872266560
        }
    ]
}