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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14667",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14665",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14666,
    "results": [
        {
            "start": 971167863,
            "stop": 971167864
        },
        {
            "start": 971167868,
            "stop": 971167869
        },
        {
            "start": 971167870,
            "stop": 971167874
        },
        {
            "start": 971167876,
            "stop": 971167877
        },
        {
            "start": 971167882,
            "stop": 971167883
        },
        {
            "start": 971167884,
            "stop": 971167887
        },
        {
            "start": 971167888,
            "stop": 971167895
        },
        {
            "start": 971167897,
            "stop": 971167902
        },
        {
            "start": 971167906,
            "stop": 971167908
        },
        {
            "start": 971167909,
            "stop": 971167910
        },
        {
            "start": 971167914,
            "stop": 971167915
        },
        {
            "start": 971167918,
            "stop": 971167920
        },
        {
            "start": 971167925,
            "stop": 971167926
        },
        {
            "start": 971167928,
            "stop": 971167931
        },
        {
            "start": 971167936,
            "stop": 971167940
        },
        {
            "start": 971167941,
            "stop": 971167954
        },
        {
            "start": 971167957,
            "stop": 971167958
        },
        {
            "start": 971167959,
            "stop": 971167961
        },
        {
            "start": 971167966,
            "stop": 971167967
        },
        {
            "start": 971167969,
            "stop": 971167973
        }
    ]
}