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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=466",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=464",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 465,
    "results": [
        {
            "start": 874527431,
            "stop": 874528259
        },
        {
            "start": 874528270,
            "stop": 874530219
        },
        {
            "start": 874530224,
            "stop": 874530396
        },
        {
            "start": 874530407,
            "stop": 874530425
        },
        {
            "start": 874530436,
            "stop": 874530616
        },
        {
            "start": 874530627,
            "stop": 874530674
        },
        {
            "start": 874530679,
            "stop": 874530683
        },
        {
            "start": 874530693,
            "stop": 874530742
        },
        {
            "start": 874530748,
            "stop": 874530776
        },
        {
            "start": 874530782,
            "stop": 874530796
        },
        {
            "start": 874530801,
            "stop": 874530805
        },
        {
            "start": 874530810,
            "stop": 874531347
        },
        {
            "start": 874531352,
            "stop": 874531733
        },
        {
            "start": 874531738,
            "stop": 874533230
        },
        {
            "start": 874533235,
            "stop": 874559113
        },
        {
            "start": 874559118,
            "stop": 874622896
        },
        {
            "start": 874624805,
            "stop": 874650105
        },
        {
            "start": 874651935,
            "stop": 874695956
        },
        {
            "start": 874697253,
            "stop": 874706751
        },
        {
            "start": 874708032,
            "stop": 874767736
        }
    ]
}