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_CBCHIGH_CAT3/segments?format=api&page=8786
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8787",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8785",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8786,
    "results": [
        {
            "start": 872330193,
            "stop": 872330399
        },
        {
            "start": 872330416,
            "stop": 872330616
        },
        {
            "start": 872330635,
            "stop": 872331085
        },
        {
            "start": 872331102,
            "stop": 872332969
        },
        {
            "start": 872332986,
            "stop": 872333024
        },
        {
            "start": 872333043,
            "stop": 872333181
        },
        {
            "start": 872333203,
            "stop": 872333295
        },
        {
            "start": 872333312,
            "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
        },
        {
            "start": 872334092,
            "stop": 872334221
        },
        {
            "start": 872334240,
            "stop": 872334252
        },
        {
            "start": 872334271,
            "stop": 872334322
        }
    ]
}