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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=238",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 239,
    "results": [
        {
            "start": 859126458,
            "stop": 859126720
        },
        {
            "start": 859127583,
            "stop": 859128027
        },
        {
            "start": 859131251,
            "stop": 859133979
        },
        {
            "start": 859134207,
            "stop": 859134685
        },
        {
            "start": 859134919,
            "stop": 859137300
        },
        {
            "start": 859137367,
            "stop": 859140981
        },
        {
            "start": 859142223,
            "stop": 859143945
        },
        {
            "start": 859146290,
            "stop": 859147400
        },
        {
            "start": 859148286,
            "stop": 859152727
        },
        {
            "start": 859152797,
            "stop": 859166269
        },
        {
            "start": 859166896,
            "stop": 859168315
        },
        {
            "start": 859169088,
            "stop": 859189012
        },
        {
            "start": 859190302,
            "stop": 859196540
        },
        {
            "start": 859198299,
            "stop": 859207362
        },
        {
            "start": 859208276,
            "stop": 859220655
        },
        {
            "start": 859220765,
            "stop": 859228309
        },
        {
            "start": 859228504,
            "stop": 859233449
        },
        {
            "start": 859233597,
            "stop": 859271911
        },
        {
            "start": 859272948,
            "stop": 859290495
        },
        {
            "start": 859291500,
            "stop": 859305729
        }
    ]
}