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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1281",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1282,
    "results": [
        {
            "start": 958973256,
            "stop": 958973826
        },
        {
            "start": 958973828,
            "stop": 958973888
        },
        {
            "start": 958973889,
            "stop": 958976744
        },
        {
            "start": 958983542,
            "stop": 958983631
        },
        {
            "start": 958984466,
            "stop": 958984731
        },
        {
            "start": 958985404,
            "stop": 958998084
        },
        {
            "start": 958998090,
            "stop": 959009438
        },
        {
            "start": 959013469,
            "stop": 959017397
        },
        {
            "start": 959028164,
            "stop": 959030296
        },
        {
            "start": 959030297,
            "stop": 959031623
        },
        {
            "start": 959034278,
            "stop": 959038277
        },
        {
            "start": 959038559,
            "stop": 959039319
        },
        {
            "start": 959039321,
            "stop": 959050231
        },
        {
            "start": 959050335,
            "stop": 959050418
        },
        {
            "start": 959052149,
            "stop": 959052541
        },
        {
            "start": 959052543,
            "stop": 959053017
        },
        {
            "start": 959053019,
            "stop": 959053132
        },
        {
            "start": 959053134,
            "stop": 959053152
        },
        {
            "start": 959053156,
            "stop": 959053158
        },
        {
            "start": 959053162,
            "stop": 959059984
        }
    ]
}