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=8085
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=8086",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8084",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8085,
    "results": [
        {
            "start": 970540620,
            "stop": 970540743
        },
        {
            "start": 970540746,
            "stop": 970541168
        },
        {
            "start": 970541174,
            "stop": 970541205
        },
        {
            "start": 970541211,
            "stop": 970541352
        },
        {
            "start": 970541355,
            "stop": 970541789
        },
        {
            "start": 970541792,
            "stop": 970541992
        },
        {
            "start": 970541998,
            "stop": 970542002
        },
        {
            "start": 970542008,
            "stop": 970542013
        },
        {
            "start": 970542019,
            "stop": 970542026
        },
        {
            "start": 970542032,
            "stop": 970542039
        },
        {
            "start": 970542042,
            "stop": 970542060
        },
        {
            "start": 970542063,
            "stop": 970542068
        },
        {
            "start": 970542074,
            "stop": 970542082
        },
        {
            "start": 970542091,
            "stop": 970542130
        },
        {
            "start": 970542140,
            "stop": 970543054
        },
        {
            "start": 970543064,
            "stop": 970543189
        },
        {
            "start": 970543192,
            "stop": 970543805
        },
        {
            "start": 970543814,
            "stop": 970543816
        },
        {
            "start": 970543822,
            "stop": 970543826
        },
        {
            "start": 970543832,
            "stop": 970543838
        }
    ]
}