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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=86",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 87,
    "results": [
        {
            "start": 819196920,
            "stop": 819197530
        },
        {
            "start": 819197537,
            "stop": 819197750
        },
        {
            "start": 819197757,
            "stop": 819198429
        },
        {
            "start": 819198436,
            "stop": 819198485
        },
        {
            "start": 819198498,
            "stop": 819198748
        },
        {
            "start": 819198756,
            "stop": 819199004
        },
        {
            "start": 819199025,
            "stop": 819200097
        },
        {
            "start": 819200105,
            "stop": 819201225
        },
        {
            "start": 819201239,
            "stop": 819201724
        },
        {
            "start": 819201738,
            "stop": 819201793
        },
        {
            "start": 819201809,
            "stop": 819201810
        },
        {
            "start": 819202650,
            "stop": 819202863
        },
        {
            "start": 819202879,
            "stop": 819202949
        },
        {
            "start": 819202956,
            "stop": 819204007
        },
        {
            "start": 819204022,
            "stop": 819204073
        },
        {
            "start": 819204103,
            "stop": 819204105
        },
        {
            "start": 819204688,
            "stop": 819205293
        },
        {
            "start": 819205300,
            "stop": 819205428
        },
        {
            "start": 819205435,
            "stop": 819205597
        },
        {
            "start": 819205604,
            "stop": 819205770
        }
    ]
}