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=454
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=455",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=453",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 454,
    "results": [
        {
            "start": 827272418,
            "stop": 827272905
        },
        {
            "start": 827272912,
            "stop": 827273993
        },
        {
            "start": 827274000,
            "stop": 827274830
        },
        {
            "start": 827274910,
            "stop": 827274972
        },
        {
            "start": 827275217,
            "stop": 827275250
        },
        {
            "start": 827275330,
            "stop": 827275341
        },
        {
            "start": 827275348,
            "stop": 827276254
        },
        {
            "start": 827276261,
            "stop": 827276267
        },
        {
            "start": 827276350,
            "stop": 827277329
        },
        {
            "start": 827278722,
            "stop": 827278756
        },
        {
            "start": 827278880,
            "stop": 827291873
        },
        {
            "start": 827295526,
            "stop": 827295840
        },
        {
            "start": 827295847,
            "stop": 827306336
        },
        {
            "start": 827306343,
            "stop": 827308031
        },
        {
            "start": 827308039,
            "stop": 827310950
        },
        {
            "start": 827311090,
            "stop": 827312809
        },
        {
            "start": 827312816,
            "stop": 827313470
        },
        {
            "start": 827313550,
            "stop": 827335746
        },
        {
            "start": 827335754,
            "stop": 827336626
        },
        {
            "start": 827336639,
            "stop": 827336642
        }
    ]
}