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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7355",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7353",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7354,
    "results": [
        {
            "start": 969387141,
            "stop": 969387142
        },
        {
            "start": 969387145,
            "stop": 969387287
        },
        {
            "start": 969387407,
            "stop": 969387505
        },
        {
            "start": 969389217,
            "stop": 969389267
        },
        {
            "start": 969389447,
            "stop": 969389499
        },
        {
            "start": 969389502,
            "stop": 969389567
        },
        {
            "start": 969389747,
            "stop": 969389872
        },
        {
            "start": 969389893,
            "stop": 969389922
        },
        {
            "start": 969389928,
            "stop": 969390110
        },
        {
            "start": 969390113,
            "stop": 969390295
        },
        {
            "start": 969390298,
            "stop": 969390378
        },
        {
            "start": 969390389,
            "stop": 969390417
        },
        {
            "start": 969390537,
            "stop": 969390642
        },
        {
            "start": 969390645,
            "stop": 969390739
        },
        {
            "start": 969393044,
            "stop": 969393577
        },
        {
            "start": 969393580,
            "stop": 969393587
        },
        {
            "start": 969393647,
            "stop": 969394162
        },
        {
            "start": 969394165,
            "stop": 969394190
        },
        {
            "start": 969394193,
            "stop": 969394427
        },
        {
            "start": 969394787,
            "stop": 969394844
        }
    ]
}