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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14652",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14650",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14651,
    "results": [
        {
            "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
        },
        {
            "start": 971166408,
            "stop": 971166411
        },
        {
            "start": 971166413,
            "stop": 971166416
        },
        {
            "start": 971166418,
            "stop": 971166420
        },
        {
            "start": 971166422,
            "stop": 971166423
        },
        {
            "start": 971166424,
            "stop": 971166425
        }
    ]
}