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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15865",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15863",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15864,
    "results": [
        {
            "start": 971240670,
            "stop": 971240697
        },
        {
            "start": 971240698,
            "stop": 971240716
        },
        {
            "start": 971240717,
            "stop": 971240743
        },
        {
            "start": 971240747,
            "stop": 971240768
        },
        {
            "start": 971240769,
            "stop": 971240802
        },
        {
            "start": 971240804,
            "stop": 971240865
        },
        {
            "start": 971240867,
            "stop": 971240876
        },
        {
            "start": 971240877,
            "stop": 971240878
        },
        {
            "start": 971240879,
            "stop": 971240881
        },
        {
            "start": 971240884,
            "stop": 971240908
        },
        {
            "start": 971240909,
            "stop": 971240911
        },
        {
            "start": 971240914,
            "stop": 971240964
        },
        {
            "start": 971240966,
            "stop": 971241005
        },
        {
            "start": 971241006,
            "stop": 971241008
        },
        {
            "start": 971241009,
            "stop": 971241051
        },
        {
            "start": 971241052,
            "stop": 971241070
        },
        {
            "start": 971241071,
            "stop": 971241073
        },
        {
            "start": 971241074,
            "stop": 971241076
        },
        {
            "start": 971241077,
            "stop": 971241087
        },
        {
            "start": 971241088,
            "stop": 971241101
        }
    ]
}