Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2305
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2304",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2305,
    "results": [
        {
            "start": 871406470,
            "stop": 871406630
        },
        {
            "start": 871406770,
            "stop": 871407530
        },
        {
            "start": 871407610,
            "stop": 871408490
        },
        {
            "start": 871408570,
            "stop": 871409298
        },
        {
            "start": 871410297,
            "stop": 871412030
        },
        {
            "start": 871412170,
            "stop": 871412210
        },
        {
            "start": 871412290,
            "stop": 871412384
        },
        {
            "start": 871412401,
            "stop": 871412541
        },
        {
            "start": 871412558,
            "stop": 871412822
        },
        {
            "start": 871412839,
            "stop": 871413446
        },
        {
            "start": 871413463,
            "stop": 871413919
        },
        {
            "start": 871414030,
            "stop": 871414070
        },
        {
            "start": 871414150,
            "stop": 871414220
        },
        {
            "start": 871415186,
            "stop": 871415537
        },
        {
            "start": 871418971,
            "stop": 871419120
        },
        {
            "start": 871419275,
            "stop": 871419458
        },
        {
            "start": 871419475,
            "stop": 871419493
        },
        {
            "start": 871419510,
            "stop": 871419526
        },
        {
            "start": 871419543,
            "stop": 871419578
        },
        {
            "start": 871419595,
            "stop": 871420414
        }
    ]
}