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=304
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=305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=303",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 304,
    "results": [
        {
            "start": 931788415,
            "stop": 931788477
        },
        {
            "start": 931788495,
            "stop": 931788551
        },
        {
            "start": 931788611,
            "stop": 931788620
        },
        {
            "start": 931788638,
            "stop": 931789025
        },
        {
            "start": 931789042,
            "stop": 931789078
        },
        {
            "start": 931789103,
            "stop": 931789143
        },
        {
            "start": 931789161,
            "stop": 931789195
        },
        {
            "start": 931789222,
            "stop": 931789241
        },
        {
            "start": 931789243,
            "stop": 931789260
        },
        {
            "start": 931789291,
            "stop": 931789383
        },
        {
            "start": 931789401,
            "stop": 931789409
        },
        {
            "start": 931789427,
            "stop": 931789592
        },
        {
            "start": 931789611,
            "stop": 931789708
        },
        {
            "start": 931789728,
            "stop": 931789749
        },
        {
            "start": 931789751,
            "stop": 931789791
        },
        {
            "start": 931789809,
            "stop": 931789845
        },
        {
            "start": 931789878,
            "stop": 931789905
        },
        {
            "start": 931789907,
            "stop": 931789942
        },
        {
            "start": 931789944,
            "stop": 931790019
        },
        {
            "start": 931790037,
            "stop": 931790071
        }
    ]
}