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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3686",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3684",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3685,
    "results": [
        {
            "start": 873046903,
            "stop": 873046909
        },
        {
            "start": 873046980,
            "stop": 873047282
        },
        {
            "start": 873047299,
            "stop": 873047494
        },
        {
            "start": 873047511,
            "stop": 873047669
        },
        {
            "start": 873047686,
            "stop": 873047828
        },
        {
            "start": 873047846,
            "stop": 873048009
        },
        {
            "start": 873048026,
            "stop": 873048120
        },
        {
            "start": 873048218,
            "stop": 873048466
        },
        {
            "start": 873048486,
            "stop": 873048601
        },
        {
            "start": 873048618,
            "stop": 873048647
        },
        {
            "start": 873048671,
            "stop": 873048720
        },
        {
            "start": 873048737,
            "stop": 873049077
        },
        {
            "start": 873049094,
            "stop": 873049574
        },
        {
            "start": 873049591,
            "stop": 873051237
        },
        {
            "start": 873051254,
            "stop": 873051503
        },
        {
            "start": 873051523,
            "stop": 873051539
        },
        {
            "start": 873051572,
            "stop": 873052061
        },
        {
            "start": 873052080,
            "stop": 873052140
        },
        {
            "start": 873052200,
            "stop": 873052359
        },
        {
            "start": 873059096,
            "stop": 873059460
        }
    ]
}