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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8132",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8133,
    "results": [
        {
            "start": 970893413,
            "stop": 970893548
        },
        {
            "start": 970893551,
            "stop": 970893655
        },
        {
            "start": 970893658,
            "stop": 970893714
        },
        {
            "start": 970893717,
            "stop": 970893874
        },
        {
            "start": 970893877,
            "stop": 970893988
        },
        {
            "start": 970893991,
            "stop": 970894101
        },
        {
            "start": 970894104,
            "stop": 970894159
        },
        {
            "start": 970894162,
            "stop": 970894813
        },
        {
            "start": 970894816,
            "stop": 970895359
        },
        {
            "start": 970895365,
            "stop": 970895443
        },
        {
            "start": 970895446,
            "stop": 970895664
        },
        {
            "start": 970895667,
            "stop": 970895994
        },
        {
            "start": 970895997,
            "stop": 970896488
        },
        {
            "start": 970896491,
            "stop": 970896604
        },
        {
            "start": 970896607,
            "stop": 970896833
        },
        {
            "start": 970896839,
            "stop": 970897134
        },
        {
            "start": 970897137,
            "stop": 970897157
        },
        {
            "start": 970897160,
            "stop": 970897284
        },
        {
            "start": 970897290,
            "stop": 970897914
        },
        {
            "start": 970897917,
            "stop": 970898007
        }
    ]
}