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=15809
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=15810",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15808",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15809,
    "results": [
        {
            "start": 971177035,
            "stop": 971177046
        },
        {
            "start": 971177049,
            "stop": 971177057
        },
        {
            "start": 971177058,
            "stop": 971177069
        },
        {
            "start": 971177071,
            "stop": 971177078
        },
        {
            "start": 971177079,
            "stop": 971177087
        },
        {
            "start": 971177088,
            "stop": 971177091
        },
        {
            "start": 971177094,
            "stop": 971177103
        },
        {
            "start": 971177104,
            "stop": 971177110
        },
        {
            "start": 971177111,
            "stop": 971177116
        },
        {
            "start": 971177118,
            "stop": 971177120
        },
        {
            "start": 971177121,
            "stop": 971177126
        },
        {
            "start": 971177128,
            "stop": 971177132
        },
        {
            "start": 971177133,
            "stop": 971177134
        },
        {
            "start": 971177138,
            "stop": 971177147
        },
        {
            "start": 971177149,
            "stop": 971177151
        },
        {
            "start": 971177153,
            "stop": 971177155
        },
        {
            "start": 971177156,
            "stop": 971177157
        },
        {
            "start": 971177159,
            "stop": 971177163
        },
        {
            "start": 971177165,
            "stop": 971177178
        },
        {
            "start": 971177179,
            "stop": 971177182
        }
    ]
}