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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=292",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 293,
    "results": [
        {
            "start": 1181268188,
            "stop": 1181268301
        },
        {
            "start": 1181268302,
            "stop": 1181268350
        },
        {
            "start": 1181268351,
            "stop": 1181268552
        },
        {
            "start": 1181268553,
            "stop": 1181268563
        },
        {
            "start": 1181268565,
            "stop": 1181268576
        },
        {
            "start": 1181268578,
            "stop": 1181275510
        },
        {
            "start": 1181275511,
            "stop": 1181278184
        },
        {
            "start": 1181278185,
            "stop": 1181281486
        },
        {
            "start": 1181281487,
            "stop": 1181283559
        },
        {
            "start": 1181283560,
            "stop": 1181283835
        },
        {
            "start": 1181283836,
            "stop": 1181287143
        },
        {
            "start": 1181287144,
            "stop": 1181289217
        },
        {
            "start": 1181289218,
            "stop": 1181291943
        },
        {
            "start": 1181291944,
            "stop": 1181293947
        },
        {
            "start": 1181293948,
            "stop": 1181296121
        },
        {
            "start": 1181296122,
            "stop": 1181298195
        },
        {
            "start": 1181298196,
            "stop": 1181300812
        },
        {
            "start": 1181300813,
            "stop": 1181302757
        },
        {
            "start": 1181302758,
            "stop": 1181305224
        },
        {
            "start": 1181305228,
            "stop": 1181305416
        }
    ]
}