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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=303",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 304,
    "results": [
        {
            "start": 859134207,
            "stop": 859134685
        },
        {
            "start": 859134919,
            "stop": 859137300
        },
        {
            "start": 859137367,
            "stop": 859140981
        },
        {
            "start": 859142223,
            "stop": 859143915
        },
        {
            "start": 859146290,
            "stop": 859147370
        },
        {
            "start": 859148286,
            "stop": 859152727
        },
        {
            "start": 859152797,
            "stop": 859166239
        },
        {
            "start": 859166896,
            "stop": 859168285
        },
        {
            "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": 859305699
        },
        {
            "start": 859308218,
            "stop": 859313677
        },
        {
            "start": 859313748,
            "stop": 859314288
        },
        {
            "start": 859315313,
            "stop": 859316502
        }
    ]
}