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=8920
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=8921",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8919",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8920,
    "results": [
        {
            "start": 873456527,
            "stop": 873456592
        },
        {
            "start": 873456611,
            "stop": 873456636
        },
        {
            "start": 873456655,
            "stop": 873456939
        },
        {
            "start": 873456958,
            "stop": 873457291
        },
        {
            "start": 873457310,
            "stop": 873457357
        },
        {
            "start": 873457376,
            "stop": 873457532
        },
        {
            "start": 873457549,
            "stop": 873457718
        },
        {
            "start": 873457735,
            "stop": 873457746
        },
        {
            "start": 873457765,
            "stop": 873458215
        },
        {
            "start": 873458232,
            "stop": 873458300
        },
        {
            "start": 873458319,
            "stop": 873458321
        },
        {
            "start": 873458343,
            "stop": 873458400
        },
        {
            "start": 873458420,
            "stop": 873458463
        },
        {
            "start": 873458480,
            "stop": 873458519
        },
        {
            "start": 873458539,
            "stop": 873458541
        },
        {
            "start": 873458569,
            "stop": 873458647
        },
        {
            "start": 873458675,
            "stop": 873458767
        },
        {
            "start": 873458786,
            "stop": 873458812
        },
        {
            "start": 873458831,
            "stop": 873458843
        },
        {
            "start": 873458866,
            "stop": 873458922
        }
    ]
}