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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8740",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8738",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8739,
    "results": [
        {
            "start": 872890285,
            "stop": 872890314
        },
        {
            "start": 872890434,
            "stop": 872890980
        },
        {
            "start": 872891040,
            "stop": 872893250
        },
        {
            "start": 872893330,
            "stop": 872893808
        },
        {
            "start": 872893888,
            "stop": 872894721
        },
        {
            "start": 872895568,
            "stop": 872895581
        },
        {
            "start": 872895646,
            "stop": 872896029
        },
        {
            "start": 872896149,
            "stop": 872896380
        },
        {
            "start": 872896440,
            "stop": 872896665
        },
        {
            "start": 872896785,
            "stop": 872897578
        },
        {
            "start": 872897595,
            "stop": 872900272
        },
        {
            "start": 872900392,
            "stop": 872900652
        },
        {
            "start": 872900844,
            "stop": 872902155
        },
        {
            "start": 872902172,
            "stop": 872902811
        },
        {
            "start": 872902931,
            "stop": 872903433
        },
        {
            "start": 872903553,
            "stop": 872903888
        },
        {
            "start": 872903905,
            "stop": 872904120
        },
        {
            "start": 872904180,
            "stop": 872904187
        },
        {
            "start": 872904376,
            "stop": 872905629
        },
        {
            "start": 872905749,
            "stop": 872906443
        }
    ]
}