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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3858",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3859,
    "results": [
        {
            "start": 873721415,
            "stop": 873721417
        },
        {
            "start": 873721419,
            "stop": 873721420
        },
        {
            "start": 873721421,
            "stop": 873721429
        },
        {
            "start": 873721430,
            "stop": 873721433
        },
        {
            "start": 873721434,
            "stop": 873721439
        },
        {
            "start": 873721441,
            "stop": 873721443
        },
        {
            "start": 873721444,
            "stop": 873721447
        },
        {
            "start": 873721448,
            "stop": 873721463
        },
        {
            "start": 873721464,
            "stop": 873721476
        },
        {
            "start": 873721477,
            "stop": 873721497
        },
        {
            "start": 873721498,
            "stop": 873721555
        },
        {
            "start": 873721556,
            "stop": 873721592
        },
        {
            "start": 873721593,
            "stop": 873721596
        },
        {
            "start": 873721597,
            "stop": 873721718
        },
        {
            "start": 873721719,
            "stop": 873721721
        },
        {
            "start": 873721722,
            "stop": 873721764
        },
        {
            "start": 873721765,
            "stop": 873721767
        },
        {
            "start": 873721768,
            "stop": 873723142
        },
        {
            "start": 873723148,
            "stop": 873723390
        },
        {
            "start": 873723393,
            "stop": 873723408
        }
    ]
}