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=2207
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=2208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2206",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2207,
    "results": [
        {
            "start": 872637537,
            "stop": 872637594
        },
        {
            "start": 872637615,
            "stop": 872637667
        },
        {
            "start": 872637684,
            "stop": 872637700
        },
        {
            "start": 872637717,
            "stop": 872637784
        },
        {
            "start": 872637803,
            "stop": 872637837
        },
        {
            "start": 872637856,
            "stop": 872638218
        },
        {
            "start": 872638249,
            "stop": 872638280
        },
        {
            "start": 872638550,
            "stop": 872638699
        },
        {
            "start": 872638722,
            "stop": 872638838
        },
        {
            "start": 872638904,
            "stop": 872639183
        },
        {
            "start": 872639204,
            "stop": 872639739
        },
        {
            "start": 872639758,
            "stop": 872639837
        },
        {
            "start": 872639858,
            "stop": 872640173
        },
        {
            "start": 872640204,
            "stop": 872640213
        },
        {
            "start": 872640248,
            "stop": 872640353
        },
        {
            "start": 872640376,
            "stop": 872640381
        },
        {
            "start": 872640435,
            "stop": 872640446
        },
        {
            "start": 872640470,
            "stop": 872640489
        },
        {
            "start": 872640542,
            "stop": 872640645
        },
        {
            "start": 872640664,
            "stop": 872640798
        }
    ]
}