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=15749
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=15750",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15748",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15749,
    "results": [
        {
            "start": 971167836,
            "stop": 971167837
        },
        {
            "start": 971167838,
            "stop": 971167841
        },
        {
            "start": 971167842,
            "stop": 971167853
        },
        {
            "start": 971167856,
            "stop": 971167858
        },
        {
            "start": 971167859,
            "stop": 971167861
        },
        {
            "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
        }
    ]
}