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=2073
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=2074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2072",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2073,
    "results": [
        {
            "start": 870917597,
            "stop": 870917635
        },
        {
            "start": 870917654,
            "stop": 870917818
        },
        {
            "start": 870917837,
            "stop": 870917857
        },
        {
            "start": 870917876,
            "stop": 870917932
        },
        {
            "start": 870917951,
            "stop": 870918095
        },
        {
            "start": 870918114,
            "stop": 870918200
        },
        {
            "start": 870918219,
            "stop": 870918283
        },
        {
            "start": 870918316,
            "stop": 870918348
        },
        {
            "start": 870918367,
            "stop": 870918485
        },
        {
            "start": 870918504,
            "stop": 870918537
        },
        {
            "start": 870918556,
            "stop": 870918625
        },
        {
            "start": 870918663,
            "stop": 870918691
        },
        {
            "start": 870918713,
            "stop": 870918715
        },
        {
            "start": 870918734,
            "stop": 870918827
        },
        {
            "start": 870918846,
            "stop": 870919024
        },
        {
            "start": 870919043,
            "stop": 870919092
        },
        {
            "start": 870919111,
            "stop": 870919182
        },
        {
            "start": 870919218,
            "stop": 870919260
        },
        {
            "start": 870919288,
            "stop": 870919313
        },
        {
            "start": 870919407,
            "stop": 870919689
        }
    ]
}