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=2276
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=2277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2275",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2276,
    "results": [
        {
            "start": 873703848,
            "stop": 873705224
        },
        {
            "start": 873705254,
            "stop": 873705261
        },
        {
            "start": 873706807,
            "stop": 873708420
        },
        {
            "start": 873708480,
            "stop": 873708534
        },
        {
            "start": 873711097,
            "stop": 873711116
        },
        {
            "start": 873711135,
            "stop": 873711886
        },
        {
            "start": 873711931,
            "stop": 873712611
        },
        {
            "start": 873712630,
            "stop": 873715620
        },
        {
            "start": 873715647,
            "stop": 873715704
        },
        {
            "start": 873715723,
            "stop": 873715733
        },
        {
            "start": 873715754,
            "stop": 873715846
        },
        {
            "start": 873715865,
            "stop": 873715893
        },
        {
            "start": 873721237,
            "stop": 873721242
        },
        {
            "start": 873721275,
            "stop": 873721287
        },
        {
            "start": 873721318,
            "stop": 873721322
        },
        {
            "start": 873721384,
            "stop": 873721395
        },
        {
            "start": 873721485,
            "stop": 873721489
        },
        {
            "start": 873721506,
            "stop": 873721547
        },
        {
            "start": 873721564,
            "stop": 873721584
        },
        {
            "start": 873721605,
            "stop": 873721710
        }
    ]
}