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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8908",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8909,
    "results": [
        {
            "start": 873394150,
            "stop": 873394160
        },
        {
            "start": 873394183,
            "stop": 873394218
        },
        {
            "start": 873394237,
            "stop": 873394282
        },
        {
            "start": 873394299,
            "stop": 873394401
        },
        {
            "start": 873394418,
            "stop": 873394516
        },
        {
            "start": 873394535,
            "stop": 873394540
        },
        {
            "start": 873394560,
            "stop": 873394754
        },
        {
            "start": 873394774,
            "stop": 873394775
        },
        {
            "start": 873394794,
            "stop": 873394858
        },
        {
            "start": 873394877,
            "stop": 873394994
        },
        {
            "start": 873395014,
            "stop": 873395055
        },
        {
            "start": 873395075,
            "stop": 873395135
        },
        {
            "start": 873395152,
            "stop": 873395212
        },
        {
            "start": 873395231,
            "stop": 873395350
        },
        {
            "start": 873395369,
            "stop": 873395377
        },
        {
            "start": 873395398,
            "stop": 873395443
        },
        {
            "start": 873395462,
            "stop": 873395505
        },
        {
            "start": 873395528,
            "stop": 873395544
        },
        {
            "start": 873395563,
            "stop": 873395606
        },
        {
            "start": 873395632,
            "stop": 873395633
        }
    ]
}