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/H2_CBCLOW_CAT2/segments?format=api&page=103
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=102",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 103,
    "results": [
        {
            "start": 821495408,
            "stop": 821495461
        },
        {
            "start": 821495464,
            "stop": 821495528
        },
        {
            "start": 821495531,
            "stop": 821495558
        },
        {
            "start": 821495561,
            "stop": 821495579
        },
        {
            "start": 821495582,
            "stop": 821495605
        },
        {
            "start": 821495608,
            "stop": 821495628
        },
        {
            "start": 821495631,
            "stop": 821495694
        },
        {
            "start": 821495697,
            "stop": 821495780
        },
        {
            "start": 821495783,
            "stop": 821495861
        },
        {
            "start": 821495864,
            "stop": 821495915
        },
        {
            "start": 821495918,
            "stop": 821495929
        },
        {
            "start": 821495937,
            "stop": 821495952
        },
        {
            "start": 821495955,
            "stop": 821496008
        },
        {
            "start": 821496011,
            "stop": 821496018
        },
        {
            "start": 821496021,
            "stop": 821496031
        },
        {
            "start": 821496034,
            "stop": 821496052
        },
        {
            "start": 821496055,
            "stop": 821496070
        },
        {
            "start": 821496073,
            "stop": 821496086
        },
        {
            "start": 821496089,
            "stop": 821496134
        },
        {
            "start": 821496137,
            "stop": 821496172
        }
    ]
}