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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=144",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 145,
    "results": [
        {
            "start": 818075503,
            "stop": 818075527
        },
        {
            "start": 818075530,
            "stop": 818075536
        },
        {
            "start": 818075544,
            "stop": 818075547
        },
        {
            "start": 818075556,
            "stop": 818075563
        },
        {
            "start": 818075569,
            "stop": 818075576
        },
        {
            "start": 818075581,
            "stop": 818075595
        },
        {
            "start": 818075601,
            "stop": 818075609
        },
        {
            "start": 818075614,
            "stop": 818075615
        },
        {
            "start": 818075621,
            "stop": 818075631
        },
        {
            "start": 818075634,
            "stop": 818075635
        },
        {
            "start": 818075638,
            "stop": 818075645
        },
        {
            "start": 818075651,
            "stop": 818075652
        },
        {
            "start": 818075658,
            "stop": 818075659
        },
        {
            "start": 818075668,
            "stop": 818075672
        },
        {
            "start": 818075677,
            "stop": 818075680
        },
        {
            "start": 818075683,
            "stop": 818075685
        },
        {
            "start": 818075688,
            "stop": 818075690
        },
        {
            "start": 818075696,
            "stop": 818075705
        },
        {
            "start": 818075712,
            "stop": 818075713
        },
        {
            "start": 818075720,
            "stop": 818075722
        }
    ]
}