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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7646",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7644",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7645,
    "results": [
        {
            "start": 970996497,
            "stop": 970996606
        },
        {
            "start": 970996609,
            "stop": 970996614
        },
        {
            "start": 970996617,
            "stop": 970996658
        },
        {
            "start": 970996661,
            "stop": 970996674
        },
        {
            "start": 970996677,
            "stop": 970996777
        },
        {
            "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
        }
    ]
}