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=8089
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=8090",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8088",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8089,
    "results": [
        {
            "start": 970561880,
            "stop": 970561904
        },
        {
            "start": 970561910,
            "stop": 970561914
        },
        {
            "start": 970561923,
            "stop": 970561933
        },
        {
            "start": 970561939,
            "stop": 970563206
        },
        {
            "start": 970563209,
            "stop": 970563381
        },
        {
            "start": 970563384,
            "stop": 970563469
        },
        {
            "start": 970563472,
            "stop": 970563551
        },
        {
            "start": 970563557,
            "stop": 970563563
        },
        {
            "start": 970563569,
            "stop": 970563574
        },
        {
            "start": 970563580,
            "stop": 970563588
        },
        {
            "start": 970563594,
            "stop": 970563615
        },
        {
            "start": 970563625,
            "stop": 970563626
        },
        {
            "start": 970563632,
            "stop": 970563660
        },
        {
            "start": 970563666,
            "stop": 970563673
        },
        {
            "start": 970563683,
            "stop": 970563693
        },
        {
            "start": 970563699,
            "stop": 970563705
        },
        {
            "start": 970563714,
            "stop": 970563718
        },
        {
            "start": 970563724,
            "stop": 970563727
        },
        {
            "start": 970563733,
            "stop": 970563829
        },
        {
            "start": 970563832,
            "stop": 970564118
        }
    ]
}