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=8132
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=8133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8131",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8132,
    "results": [
        {
            "start": 970858493,
            "stop": 970858525
        },
        {
            "start": 970858530,
            "stop": 970858535
        },
        {
            "start": 970858538,
            "stop": 970858542
        },
        {
            "start": 970858548,
            "stop": 970858571
        },
        {
            "start": 970858574,
            "stop": 970858636
        },
        {
            "start": 970858647,
            "stop": 970858651
        },
        {
            "start": 970858668,
            "stop": 970858674
        },
        {
            "start": 970858680,
            "stop": 970858681
        },
        {
            "start": 970891547,
            "stop": 970891599
        },
        {
            "start": 970891602,
            "stop": 970891836
        },
        {
            "start": 970891839,
            "stop": 970892300
        },
        {
            "start": 970892303,
            "stop": 970892544
        },
        {
            "start": 970892547,
            "stop": 970892590
        },
        {
            "start": 970892593,
            "stop": 970892759
        },
        {
            "start": 970892762,
            "stop": 970892778
        },
        {
            "start": 970892781,
            "stop": 970893019
        },
        {
            "start": 970893022,
            "stop": 970893041
        },
        {
            "start": 970893044,
            "stop": 970893140
        },
        {
            "start": 970893143,
            "stop": 970893334
        },
        {
            "start": 970893337,
            "stop": 970893410
        }
    ]
}