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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=387",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 388,
    "results": [
        {
            "start": 962360660,
            "stop": 962391585
        },
        {
            "start": 962397046,
            "stop": 962412155
        },
        {
            "start": 962412225,
            "stop": 962412355
        },
        {
            "start": 962412590,
            "stop": 962415661
        },
        {
            "start": 962430175,
            "stop": 962434104
        },
        {
            "start": 962434612,
            "stop": 962452423
        },
        {
            "start": 962453629,
            "stop": 962461402
        },
        {
            "start": 962462801,
            "stop": 962464655
        },
        {
            "start": 962484346,
            "stop": 962485455
        },
        {
            "start": 962486055,
            "stop": 962486235
        },
        {
            "start": 962487375,
            "stop": 962489135
        },
        {
            "start": 962491069,
            "stop": 962497640
        },
        {
            "start": 962512296,
            "stop": 962532521
        },
        {
            "start": 962533929,
            "stop": 962546484
        },
        {
            "start": 962546491,
            "stop": 962547072
        },
        {
            "start": 962549932,
            "stop": 962551805
        },
        {
            "start": 962553883,
            "stop": 962555960
        },
        {
            "start": 962555966,
            "stop": 962558215
        },
        {
            "start": 962558220,
            "stop": 962558230
        },
        {
            "start": 962558239,
            "stop": 962558243
        }
    ]
}