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=15923
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=15924",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15922",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15923,
    "results": [
        {
            "start": 971398868,
            "stop": 971398888
        },
        {
            "start": 971398890,
            "stop": 971398903
        },
        {
            "start": 971398904,
            "stop": 971398909
        },
        {
            "start": 971398911,
            "stop": 971398948
        },
        {
            "start": 971398949,
            "stop": 971398953
        },
        {
            "start": 971398954,
            "stop": 971398960
        },
        {
            "start": 971398962,
            "stop": 971398964
        },
        {
            "start": 971398965,
            "stop": 971398976
        },
        {
            "start": 971398978,
            "stop": 971398992
        },
        {
            "start": 971398993,
            "stop": 971399000
        },
        {
            "start": 971399002,
            "stop": 971399021
        },
        {
            "start": 971399023,
            "stop": 971399025
        },
        {
            "start": 971399026,
            "stop": 971399031
        },
        {
            "start": 971399034,
            "stop": 971399035
        },
        {
            "start": 971399036,
            "stop": 971399037
        },
        {
            "start": 971399038,
            "stop": 971399042
        },
        {
            "start": 971399044,
            "stop": 971399051
        },
        {
            "start": 971399071,
            "stop": 971399074
        },
        {
            "start": 971399075,
            "stop": 971399080
        },
        {
            "start": 971399081,
            "stop": 971399085
        }
    ]
}