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=2153
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=2154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2152",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2153,
    "results": [
        {
            "start": 872327619,
            "stop": 872328648
        },
        {
            "start": 872328674,
            "stop": 872328675
        },
        {
            "start": 872328694,
            "stop": 872328844
        },
        {
            "start": 872328863,
            "stop": 872329657
        },
        {
            "start": 872329676,
            "stop": 872329727
        },
        {
            "start": 872329746,
            "stop": 872329777
        },
        {
            "start": 872329797,
            "stop": 872329836
        },
        {
            "start": 872329855,
            "stop": 872330616
        },
        {
            "start": 872330635,
            "stop": 872333024
        },
        {
            "start": 872333043,
            "stop": 872333181
        },
        {
            "start": 872333203,
            "stop": 872333367
        },
        {
            "start": 872333390,
            "stop": 872333519
        },
        {
            "start": 872333555,
            "stop": 872333619
        },
        {
            "start": 872333673,
            "stop": 872333744
        },
        {
            "start": 872333764,
            "stop": 872333778
        },
        {
            "start": 872333797,
            "stop": 872333841
        },
        {
            "start": 872333860,
            "stop": 872333864
        },
        {
            "start": 872333888,
            "stop": 872333912
        },
        {
            "start": 872333931,
            "stop": 872333938
        },
        {
            "start": 872333975,
            "stop": 872334073
        }
    ]
}