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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=310",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 311,
    "results": [
        {
            "start": 822898969,
            "stop": 822899431
        },
        {
            "start": 822899434,
            "stop": 822899660
        },
        {
            "start": 822899664,
            "stop": 822899700
        },
        {
            "start": 822899760,
            "stop": 822900427
        },
        {
            "start": 822900430,
            "stop": 822901153
        },
        {
            "start": 822901156,
            "stop": 822903039
        },
        {
            "start": 822903042,
            "stop": 822903564
        },
        {
            "start": 822903567,
            "stop": 822903829
        },
        {
            "start": 822903833,
            "stop": 822905469
        },
        {
            "start": 822905472,
            "stop": 822907932
        },
        {
            "start": 822907935,
            "stop": 822908011
        },
        {
            "start": 822908014,
            "stop": 822908540
        },
        {
            "start": 822908543,
            "stop": 822908606
        },
        {
            "start": 822908610,
            "stop": 822909469
        },
        {
            "start": 822909473,
            "stop": 822909476
        },
        {
            "start": 822909479,
            "stop": 822909588
        },
        {
            "start": 822909592,
            "stop": 822909692
        },
        {
            "start": 822909695,
            "stop": 822909925
        },
        {
            "start": 822909928,
            "stop": 822910219
        },
        {
            "start": 822910222,
            "stop": 822910270
        }
    ]
}