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=1225
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=1226",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1224",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1225,
    "results": [
        {
            "start": 957166856,
            "stop": 957169465
        },
        {
            "start": 957169467,
            "stop": 957170258
        },
        {
            "start": 957170260,
            "stop": 957170545
        },
        {
            "start": 957170547,
            "stop": 957170747
        },
        {
            "start": 957170749,
            "stop": 957171755
        },
        {
            "start": 957171757,
            "stop": 957171954
        },
        {
            "start": 957171956,
            "stop": 957172407
        },
        {
            "start": 957172409,
            "stop": 957172744
        },
        {
            "start": 957172746,
            "stop": 957172813
        },
        {
            "start": 957172815,
            "stop": 957173164
        },
        {
            "start": 957173166,
            "stop": 957174233
        },
        {
            "start": 957174235,
            "stop": 957174585
        },
        {
            "start": 957174587,
            "stop": 957174665
        },
        {
            "start": 957174667,
            "stop": 957174776
        },
        {
            "start": 957174778,
            "stop": 957175203
        },
        {
            "start": 957175205,
            "stop": 957175230
        },
        {
            "start": 957175232,
            "stop": 957175375
        },
        {
            "start": 957175377,
            "stop": 957176411
        },
        {
            "start": 957179022,
            "stop": 957179299
        },
        {
            "start": 957180658,
            "stop": 957181195
        }
    ]
}