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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=238",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 239,
    "results": [
        {
            "start": 850363263,
            "stop": 850370145
        },
        {
            "start": 850373568,
            "stop": 850395793
        },
        {
            "start": 850397098,
            "stop": 850405213
        },
        {
            "start": 850406348,
            "stop": 850488162
        },
        {
            "start": 850490026,
            "stop": 850490739
        },
        {
            "start": 850491543,
            "stop": 850514471
        },
        {
            "start": 850515309,
            "stop": 850517953
        },
        {
            "start": 850518897,
            "stop": 850532621
        },
        {
            "start": 850533992,
            "stop": 850571999
        },
        {
            "start": 850599545,
            "stop": 850601254
        },
        {
            "start": 850601257,
            "stop": 850602883
        },
        {
            "start": 850603583,
            "stop": 850642993
        },
        {
            "start": 850644406,
            "stop": 850666488
        },
        {
            "start": 850667071,
            "stop": 850674292
        },
        {
            "start": 850675021,
            "stop": 850677373
        },
        {
            "start": 850678933,
            "stop": 850679353
        },
        {
            "start": 850680081,
            "stop": 850692228
        },
        {
            "start": 850693703,
            "stop": 850694571
        },
        {
            "start": 850695939,
            "stop": 850697160
        },
        {
            "start": 850697887,
            "stop": 850715773
        }
    ]
}