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=633
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=634",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=632",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 633,
    "results": [
        {
            "start": 850603583,
            "stop": 850642643
        },
        {
            "start": 850644406,
            "stop": 850666510
        },
        {
            "start": 850667071,
            "stop": 850674270
        },
        {
            "start": 850675021,
            "stop": 850677390
        },
        {
            "start": 850678933,
            "stop": 850678992
        },
        {
            "start": 850680081,
            "stop": 850689783
        },
        {
            "start": 850689805,
            "stop": 850691058
        },
        {
            "start": 850691075,
            "stop": 850691864
        },
        {
            "start": 850693703,
            "stop": 850694593
        },
        {
            "start": 850695939,
            "stop": 850697182
        },
        {
            "start": 850697887,
            "stop": 850715435
        },
        {
            "start": 850719644,
            "stop": 850720262
        },
        {
            "start": 850720290,
            "stop": 850721338
        },
        {
            "start": 850721355,
            "stop": 850722996
        },
        {
            "start": 850724398,
            "stop": 850725453
        },
        {
            "start": 850725900,
            "stop": 850728896
        },
        {
            "start": 850730023,
            "stop": 850730174
        },
        {
            "start": 850734561,
            "stop": 850735284
        },
        {
            "start": 850736072,
            "stop": 850736087
        },
        {
            "start": 850736487,
            "stop": 850736760
        }
    ]
}