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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=219",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 220,
    "results": [
        {
            "start": 818215080,
            "stop": 818215081
        },
        {
            "start": 818215084,
            "stop": 818215085
        },
        {
            "start": 818215091,
            "stop": 818215096
        },
        {
            "start": 818215101,
            "stop": 818215103
        },
        {
            "start": 818215115,
            "stop": 818215118
        },
        {
            "start": 818215150,
            "stop": 818215151
        },
        {
            "start": 818215156,
            "stop": 818215157
        },
        {
            "start": 818215165,
            "stop": 818215168
        },
        {
            "start": 818215176,
            "stop": 818215179
        },
        {
            "start": 818215204,
            "stop": 818215207
        },
        {
            "start": 818215237,
            "stop": 818215243
        },
        {
            "start": 818215246,
            "stop": 818215257
        },
        {
            "start": 818215272,
            "stop": 818215274
        },
        {
            "start": 818215285,
            "stop": 818215291
        },
        {
            "start": 818215308,
            "stop": 818215309
        },
        {
            "start": 818215316,
            "stop": 818215318
        },
        {
            "start": 818215324,
            "stop": 818215327
        },
        {
            "start": 818215339,
            "stop": 818215341
        },
        {
            "start": 818215348,
            "stop": 818215350
        },
        {
            "start": 818215372,
            "stop": 818215373
        }
    ]
}