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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=713",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=711",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 712,
    "results": [
        {
            "start": 850522704,
            "stop": 850532651
        },
        {
            "start": 850533992,
            "stop": 850571999
        },
        {
            "start": 850599545,
            "stop": 850601254
        },
        {
            "start": 850601257,
            "stop": 850602870
        },
        {
            "start": 850603583,
            "stop": 850642643
        },
        {
            "start": 850644406,
            "stop": 850666518
        },
        {
            "start": 850667071,
            "stop": 850674270
        },
        {
            "start": 850675021,
            "stop": 850677390
        },
        {
            "start": 850678933,
            "stop": 850678992
        },
        {
            "start": 850680081,
            "stop": 850689791
        },
        {
            "start": 850689797,
            "stop": 850691066
        },
        {
            "start": 850691067,
            "stop": 850691864
        },
        {
            "start": 850693703,
            "stop": 850694601
        },
        {
            "start": 850695939,
            "stop": 850697190
        },
        {
            "start": 850697887,
            "stop": 850715435
        },
        {
            "start": 850719644,
            "stop": 850720270
        },
        {
            "start": 850720273,
            "stop": 850720279
        },
        {
            "start": 850720282,
            "stop": 850721346
        },
        {
            "start": 850721347,
            "stop": 850722996
        },
        {
            "start": 850724398,
            "stop": 850725453
        }
    ]
}