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=7348
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=7349",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7347",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7348,
    "results": [
        {
            "start": 969367710,
            "stop": 969367931
        },
        {
            "start": 969368036,
            "stop": 969368554
        },
        {
            "start": 969368555,
            "stop": 969369037
        },
        {
            "start": 969369040,
            "stop": 969369326
        },
        {
            "start": 969369329,
            "stop": 969369767
        },
        {
            "start": 969369887,
            "stop": 969369889
        },
        {
            "start": 969369892,
            "stop": 969369895
        },
        {
            "start": 969369916,
            "stop": 969369924
        },
        {
            "start": 969370187,
            "stop": 969370350
        },
        {
            "start": 969370353,
            "stop": 969370420
        },
        {
            "start": 969370547,
            "stop": 969370613
        },
        {
            "start": 969370616,
            "stop": 969370792
        },
        {
            "start": 969370795,
            "stop": 969371264
        },
        {
            "start": 969371267,
            "stop": 969371416
        },
        {
            "start": 969371927,
            "stop": 969372392
        },
        {
            "start": 969372394,
            "stop": 969372396
        },
        {
            "start": 969372397,
            "stop": 969372398
        },
        {
            "start": 969372501,
            "stop": 969372543
        },
        {
            "start": 969372546,
            "stop": 969372605
        },
        {
            "start": 969372608,
            "stop": 969372621
        }
    ]
}