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=8751
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=8752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8750",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8751,
    "results": [
        {
            "start": 873087060,
            "stop": 873087120
        },
        {
            "start": 873087180,
            "stop": 873087360
        },
        {
            "start": 873087480,
            "stop": 873087540
        },
        {
            "start": 873087825,
            "stop": 873087960
        },
        {
            "start": 873088080,
            "stop": 873088200
        },
        {
            "start": 873088320,
            "stop": 873088380
        },
        {
            "start": 873088500,
            "stop": 873088560
        },
        {
            "start": 873088620,
            "stop": 873088680
        },
        {
            "start": 873088800,
            "stop": 873088860
        },
        {
            "start": 873088920,
            "stop": 873088980
        },
        {
            "start": 873089100,
            "stop": 873089160
        },
        {
            "start": 873089460,
            "stop": 873089520
        },
        {
            "start": 873089700,
            "stop": 873089702
        },
        {
            "start": 873089710,
            "stop": 873089760
        },
        {
            "start": 873089884,
            "stop": 873089940
        },
        {
            "start": 873090000,
            "stop": 873090060
        },
        {
            "start": 873090120,
            "stop": 873090203
        },
        {
            "start": 873090210,
            "stop": 873090240
        },
        {
            "start": 873090300,
            "stop": 873090360
        },
        {
            "start": 873090720,
            "stop": 873090780
        }
    ]
}