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=15734
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=15735",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15733",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15734,
    "results": [
        {
            "start": 971166289,
            "stop": 971166290
        },
        {
            "start": 971166292,
            "stop": 971166293
        },
        {
            "start": 971166296,
            "stop": 971166299
        },
        {
            "start": 971166301,
            "stop": 971166304
        },
        {
            "start": 971166309,
            "stop": 971166312
        },
        {
            "start": 971166314,
            "stop": 971166321
        },
        {
            "start": 971166326,
            "stop": 971166332
        },
        {
            "start": 971166333,
            "stop": 971166334
        },
        {
            "start": 971166335,
            "stop": 971166341
        },
        {
            "start": 971166344,
            "stop": 971166349
        },
        {
            "start": 971166350,
            "stop": 971166351
        },
        {
            "start": 971166353,
            "stop": 971166355
        },
        {
            "start": 971166358,
            "stop": 971166360
        },
        {
            "start": 971166364,
            "stop": 971166365
        },
        {
            "start": 971166375,
            "stop": 971166378
        },
        {
            "start": 971166381,
            "stop": 971166384
        },
        {
            "start": 971166391,
            "stop": 971166392
        },
        {
            "start": 971166396,
            "stop": 971166397
        },
        {
            "start": 971166403,
            "stop": 971166405
        },
        {
            "start": 971166406,
            "stop": 971166407
        }
    ]
}