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=476
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=477",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=475",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 476,
    "results": [
        {
            "start": 828145810,
            "stop": 828145910
        },
        {
            "start": 828145990,
            "stop": 828148490
        },
        {
            "start": 828148570,
            "stop": 828149053
        },
        {
            "start": 828149104,
            "stop": 828149107
        },
        {
            "start": 828149341,
            "stop": 828149604
        },
        {
            "start": 828149611,
            "stop": 828149990
        },
        {
            "start": 828150070,
            "stop": 828153373
        },
        {
            "start": 828162854,
            "stop": 828163572
        },
        {
            "start": 828164079,
            "stop": 828166003
        },
        {
            "start": 828166010,
            "stop": 828167455
        },
        {
            "start": 828167610,
            "stop": 828167613
        },
        {
            "start": 828167766,
            "stop": 828167874
        },
        {
            "start": 828168009,
            "stop": 828169972
        },
        {
            "start": 828170000,
            "stop": 828170892
        },
        {
            "start": 828171232,
            "stop": 828172790
        },
        {
            "start": 828173413,
            "stop": 828173470
        },
        {
            "start": 828173752,
            "stop": 828174257
        },
        {
            "start": 828175469,
            "stop": 828178615
        },
        {
            "start": 828178763,
            "stop": 828178792
        },
        {
            "start": 828178928,
            "stop": 828179061
        }
    ]
}