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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=665",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=663",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 664,
    "results": [
        {
            "start": 850461599,
            "stop": 850488162
        },
        {
            "start": 850490026,
            "stop": 850490739
        },
        {
            "start": 850491543,
            "stop": 850495122
        },
        {
            "start": 850495124,
            "stop": 850500512
        },
        {
            "start": 850500516,
            "stop": 850514107
        },
        {
            "start": 850515309,
            "stop": 850517613
        },
        {
            "start": 850518897,
            "stop": 850522702
        },
        {
            "start": 850522704,
            "stop": 850532621
        },
        {
            "start": 850533992,
            "stop": 850571999
        },
        {
            "start": 850599545,
            "stop": 850601254
        },
        {
            "start": 850601257,
            "stop": 850602883
        },
        {
            "start": 850603583,
            "stop": 850642643
        },
        {
            "start": 850644406,
            "stop": 850666488
        },
        {
            "start": 850667071,
            "stop": 850674292
        },
        {
            "start": 850675021,
            "stop": 850677373
        },
        {
            "start": 850678933,
            "stop": 850678992
        },
        {
            "start": 850680081,
            "stop": 850689791
        },
        {
            "start": 850689797,
            "stop": 850691066
        },
        {
            "start": 850691067,
            "stop": 850691864
        },
        {
            "start": 850693703,
            "stop": 850694571
        }
    ]
}