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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9935",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9936,
    "results": [
        {
            "start": 874977180,
            "stop": 874977270
        },
        {
            "start": 874977480,
            "stop": 874977600
        },
        {
            "start": 874977900,
            "stop": 874977960
        },
        {
            "start": 874986318,
            "stop": 874986360
        },
        {
            "start": 874987620,
            "stop": 874987680
        },
        {
            "start": 874988100,
            "stop": 874988160
        },
        {
            "start": 874988220,
            "stop": 874988280
        },
        {
            "start": 874988760,
            "stop": 874988940
        },
        {
            "start": 874989000,
            "stop": 874989279
        },
        {
            "start": 874989296,
            "stop": 874989300
        },
        {
            "start": 874989420,
            "stop": 874989441
        },
        {
            "start": 874989458,
            "stop": 874989776
        },
        {
            "start": 874989896,
            "stop": 874990326
        },
        {
            "start": 874990343,
            "stop": 874992452
        },
        {
            "start": 874992469,
            "stop": 874992847
        },
        {
            "start": 874992864,
            "stop": 874996423
        },
        {
            "start": 874996543,
            "stop": 874996680
        },
        {
            "start": 874996740,
            "stop": 874999377
        },
        {
            "start": 874999394,
            "stop": 874999614
        },
        {
            "start": 874999633,
            "stop": 875000182
        }
    ]
}