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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=338",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 339,
    "results": [
        {
            "start": 829237764,
            "stop": 829237767
        },
        {
            "start": 829237770,
            "stop": 829237776
        },
        {
            "start": 829237778,
            "stop": 829237781
        },
        {
            "start": 829237783,
            "stop": 829237785
        },
        {
            "start": 829237787,
            "stop": 829237789
        },
        {
            "start": 829237792,
            "stop": 829237793
        },
        {
            "start": 829237795,
            "stop": 829237796
        },
        {
            "start": 829237799,
            "stop": 829237800
        },
        {
            "start": 829237804,
            "stop": 829237812
        },
        {
            "start": 829237818,
            "stop": 829237821
        },
        {
            "start": 829237824,
            "stop": 829237826
        },
        {
            "start": 829237834,
            "stop": 829237837
        },
        {
            "start": 829237839,
            "stop": 829237840
        },
        {
            "start": 829237844,
            "stop": 829237848
        },
        {
            "start": 829237851,
            "stop": 829237856
        },
        {
            "start": 829237859,
            "stop": 829237860
        },
        {
            "start": 829237862,
            "stop": 829237864
        },
        {
            "start": 829237866,
            "stop": 829237869
        },
        {
            "start": 829237872,
            "stop": 829237873
        },
        {
            "start": 829237875,
            "stop": 829237876
        }
    ]
}