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=2115
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=2116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2114",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2115,
    "results": [
        {
            "start": 872134504,
            "stop": 872134506
        },
        {
            "start": 872134533,
            "stop": 872134547
        },
        {
            "start": 872134566,
            "stop": 872134567
        },
        {
            "start": 872134610,
            "stop": 872134625
        },
        {
            "start": 872134650,
            "stop": 872134677
        },
        {
            "start": 872134752,
            "stop": 872134789
        },
        {
            "start": 872134824,
            "stop": 872134835
        },
        {
            "start": 872134858,
            "stop": 872134892
        },
        {
            "start": 872134946,
            "stop": 872136214
        },
        {
            "start": 872136233,
            "stop": 872136235
        },
        {
            "start": 872136294,
            "stop": 872136306
        },
        {
            "start": 872136325,
            "stop": 872136330
        },
        {
            "start": 872136358,
            "stop": 872136406
        },
        {
            "start": 872136438,
            "stop": 872136529
        },
        {
            "start": 872136548,
            "stop": 872137679
        },
        {
            "start": 872137724,
            "stop": 872137734
        },
        {
            "start": 872137777,
            "stop": 872137799
        },
        {
            "start": 872137818,
            "stop": 872137819
        },
        {
            "start": 872137840,
            "stop": 872137871
        },
        {
            "start": 872137947,
            "stop": 872137955
        }
    ]
}