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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=36",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 37,
    "results": [
        {
            "start": 819902363,
            "stop": 819909125
        },
        {
            "start": 819909314,
            "stop": 819913630
        },
        {
            "start": 819913759,
            "stop": 819914474
        },
        {
            "start": 819914670,
            "stop": 819916251
        },
        {
            "start": 819916431,
            "stop": 819918455
        },
        {
            "start": 819918463,
            "stop": 819918475
        },
        {
            "start": 819918480,
            "stop": 819920850
        },
        {
            "start": 819920855,
            "stop": 819920917
        },
        {
            "start": 819920925,
            "stop": 819920947
        },
        {
            "start": 819920953,
            "stop": 819922510
        },
        {
            "start": 819923510,
            "stop": 819927321
        },
        {
            "start": 819930752,
            "stop": 819930870
        },
        {
            "start": 819931087,
            "stop": 819938413
        },
        {
            "start": 819938768,
            "stop": 819941673
        },
        {
            "start": 819941790,
            "stop": 819951652
        },
        {
            "start": 819951658,
            "stop": 819963916
        },
        {
            "start": 819963918,
            "stop": 819966010
        },
        {
            "start": 819966143,
            "stop": 819968536
        },
        {
            "start": 819977247,
            "stop": 819977551
        },
        {
            "start": 819979099,
            "stop": 819979297
        }
    ]
}