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=253
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=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=252",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 253,
    "results": [
        {
            "start": 821687641,
            "stop": 821688098
        },
        {
            "start": 821688105,
            "stop": 821690168
        },
        {
            "start": 821690175,
            "stop": 821691073
        },
        {
            "start": 821691562,
            "stop": 821693750
        },
        {
            "start": 821693830,
            "stop": 821695014
        },
        {
            "start": 821695021,
            "stop": 821697490
        },
        {
            "start": 821697498,
            "stop": 821697508
        },
        {
            "start": 821697515,
            "stop": 821698554
        },
        {
            "start": 821698562,
            "stop": 821701667
        },
        {
            "start": 821701674,
            "stop": 821704966
        },
        {
            "start": 821704973,
            "stop": 821706765
        },
        {
            "start": 821706772,
            "stop": 821716695
        },
        {
            "start": 821716699,
            "stop": 821718102
        },
        {
            "start": 821718109,
            "stop": 821718673
        },
        {
            "start": 821720082,
            "stop": 821720773
        },
        {
            "start": 821720815,
            "stop": 821720816
        },
        {
            "start": 821722673,
            "stop": 821723030
        },
        {
            "start": 821723110,
            "stop": 821725813
        },
        {
            "start": 821728718,
            "stop": 821728916
        },
        {
            "start": 821728923,
            "stop": 821730170
        }
    ]
}