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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=859",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=857",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 858,
    "results": [
        {
            "start": 873499608,
            "stop": 873499614
        },
        {
            "start": 873499619,
            "stop": 873499625
        },
        {
            "start": 873499629,
            "stop": 873499636
        },
        {
            "start": 873499640,
            "stop": 873499646
        },
        {
            "start": 873499650,
            "stop": 873499697
        },
        {
            "start": 873499701,
            "stop": 873499711
        },
        {
            "start": 873499715,
            "stop": 873499860
        },
        {
            "start": 873499864,
            "stop": 873499898
        },
        {
            "start": 873499902,
            "stop": 873500124
        },
        {
            "start": 873500128,
            "stop": 873506026
        },
        {
            "start": 873506030,
            "stop": 873506038
        },
        {
            "start": 873506042,
            "stop": 873506138
        },
        {
            "start": 873506142,
            "stop": 873506394
        },
        {
            "start": 873506398,
            "stop": 873506425
        },
        {
            "start": 873506429,
            "stop": 873506446
        },
        {
            "start": 873506450,
            "stop": 873506457
        },
        {
            "start": 873506462,
            "stop": 873506468
        },
        {
            "start": 873506472,
            "stop": 873506478
        },
        {
            "start": 873506482,
            "stop": 873506490
        },
        {
            "start": 873506494,
            "stop": 873506507
        }
    ]
}