Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8162
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8161",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8162,
    "results": [
        {
            "start": 970996780,
            "stop": 970996843
        },
        {
            "start": 970996846,
            "stop": 970996887
        },
        {
            "start": 970996890,
            "stop": 970996926
        },
        {
            "start": 970996929,
            "stop": 970997162
        },
        {
            "start": 970997165,
            "stop": 970997170
        },
        {
            "start": 970997173,
            "stop": 970997415
        },
        {
            "start": 970997418,
            "stop": 970997423
        },
        {
            "start": 970997426,
            "stop": 970997467
        },
        {
            "start": 970997470,
            "stop": 970997512
        },
        {
            "start": 970997515,
            "stop": 970997595
        },
        {
            "start": 970997598,
            "stop": 970997683
        },
        {
            "start": 970997686,
            "stop": 970997737
        },
        {
            "start": 970997740,
            "stop": 970997833
        },
        {
            "start": 970997836,
            "stop": 970997871
        },
        {
            "start": 970997874,
            "stop": 970997910
        },
        {
            "start": 970997913,
            "stop": 970997933
        },
        {
            "start": 970997937,
            "stop": 970998020
        },
        {
            "start": 970998023,
            "stop": 970998035
        },
        {
            "start": 970998038,
            "stop": 970998113
        },
        {
            "start": 970998116,
            "stop": 970998181
        }
    ]
}