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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8902",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8903,
    "results": [
        {
            "start": 873352822,
            "stop": 873353076
        },
        {
            "start": 873353093,
            "stop": 873353520
        },
        {
            "start": 873353549,
            "stop": 873353578
        },
        {
            "start": 873353595,
            "stop": 873354028
        },
        {
            "start": 873354226,
            "stop": 873354624
        },
        {
            "start": 873355578,
            "stop": 873355662
        },
        {
            "start": 873355679,
            "stop": 873356120
        },
        {
            "start": 873356137,
            "stop": 873357230
        },
        {
            "start": 873357250,
            "stop": 873357328
        },
        {
            "start": 873357347,
            "stop": 873357591
        },
        {
            "start": 873357608,
            "stop": 873357845
        },
        {
            "start": 873357862,
            "stop": 873357921
        },
        {
            "start": 873357940,
            "stop": 873358055
        },
        {
            "start": 873358074,
            "stop": 873359073
        },
        {
            "start": 873359092,
            "stop": 873359326
        },
        {
            "start": 873359345,
            "stop": 873359546
        },
        {
            "start": 873359565,
            "stop": 873359732
        },
        {
            "start": 873359749,
            "stop": 873359776
        },
        {
            "start": 873359958,
            "stop": 873360053
        },
        {
            "start": 873360076,
            "stop": 873360116
        }
    ]
}