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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=94",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 95,
    "results": [
        {
            "start": 932084125,
            "stop": 932085002
        },
        {
            "start": 932085021,
            "stop": 932086004
        },
        {
            "start": 932086022,
            "stop": 932086302
        },
        {
            "start": 932086321,
            "stop": 932086476
        },
        {
            "start": 932086503,
            "stop": 932086519
        },
        {
            "start": 932086586,
            "stop": 932086597
        },
        {
            "start": 932086625,
            "stop": 932086638
        },
        {
            "start": 932086658,
            "stop": 932086673
        },
        {
            "start": 932086719,
            "stop": 932086741
        },
        {
            "start": 932086770,
            "stop": 932086787
        },
        {
            "start": 932086806,
            "stop": 932086807
        },
        {
            "start": 932086854,
            "stop": 932086856
        },
        {
            "start": 932086913,
            "stop": 932086953
        },
        {
            "start": 932086982,
            "stop": 932087106
        },
        {
            "start": 932087128,
            "stop": 932087156
        },
        {
            "start": 932087180,
            "stop": 932087182
        },
        {
            "start": 932087223,
            "stop": 932087334
        },
        {
            "start": 932087359,
            "stop": 932087368
        },
        {
            "start": 932087416,
            "stop": 932087427
        },
        {
            "start": 932087495,
            "stop": 932087499
        }
    ]
}