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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2142",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2143,
    "results": [
        {
            "start": 872283832,
            "stop": 872284044
        },
        {
            "start": 872284062,
            "stop": 872284114
        },
        {
            "start": 872284131,
            "stop": 872284288
        },
        {
            "start": 872284305,
            "stop": 872284306
        },
        {
            "start": 872284323,
            "stop": 872284356
        },
        {
            "start": 872284362,
            "stop": 872284613
        },
        {
            "start": 872284766,
            "stop": 872284820
        },
        {
            "start": 872284839,
            "stop": 872284881
        },
        {
            "start": 872284887,
            "stop": 872284903
        },
        {
            "start": 872284920,
            "stop": 872284947
        },
        {
            "start": 872284966,
            "stop": 872285331
        },
        {
            "start": 872285348,
            "stop": 872285559
        },
        {
            "start": 872285577,
            "stop": 872285725
        },
        {
            "start": 872285808,
            "stop": 872285841
        },
        {
            "start": 872285858,
            "stop": 872285886
        },
        {
            "start": 872285903,
            "stop": 872285960
        },
        {
            "start": 872285983,
            "stop": 872286001
        },
        {
            "start": 872286022,
            "stop": 872286096
        },
        {
            "start": 872286118,
            "stop": 872286187
        },
        {
            "start": 872286204,
            "stop": 872286212
        }
    ]
}