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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=735",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 736,
    "results": [
        {
            "start": 870569475,
            "stop": 870578070
        },
        {
            "start": 870578130,
            "stop": 870578140
        },
        {
            "start": 870580077,
            "stop": 870623540
        },
        {
            "start": 870623809,
            "stop": 870625347
        },
        {
            "start": 870626074,
            "stop": 870626951
        },
        {
            "start": 870626970,
            "stop": 870627120
        },
        {
            "start": 870627180,
            "stop": 870629009
        },
        {
            "start": 870637753,
            "stop": 870645570
        },
        {
            "start": 870645630,
            "stop": 870645635
        },
        {
            "start": 870647618,
            "stop": 870716142
        },
        {
            "start": 870716675,
            "stop": 870743015
        },
        {
            "start": 870743335,
            "stop": 870743569
        },
        {
            "start": 870744314,
            "stop": 870763437
        },
        {
            "start": 870763998,
            "stop": 870788310
        },
        {
            "start": 870788922,
            "stop": 870805830
        },
        {
            "start": 870805950,
            "stop": 870805962
        },
        {
            "start": 870805979,
            "stop": 870813930
        },
        {
            "start": 870816411,
            "stop": 870824942
        },
        {
            "start": 870825568,
            "stop": 870891401
        },
        {
            "start": 870892675,
            "stop": 870905554
        }
    ]
}