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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=162",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 163,
    "results": [
        {
            "start": 1239990370,
            "stop": 1239990489
        },
        {
            "start": 1239990490,
            "stop": 1239990609
        },
        {
            "start": 1239990610,
            "stop": 1239990729
        },
        {
            "start": 1239990730,
            "stop": 1239990849
        },
        {
            "start": 1239990850,
            "stop": 1239990969
        },
        {
            "start": 1239990970,
            "stop": 1239991089
        },
        {
            "start": 1239991090,
            "stop": 1239991140
        },
        {
            "start": 1239993455,
            "stop": 1239993489
        },
        {
            "start": 1239993490,
            "stop": 1239993609
        },
        {
            "start": 1239993610,
            "stop": 1239993709
        },
        {
            "start": 1239993710,
            "stop": 1239993849
        },
        {
            "start": 1239993850,
            "stop": 1239993969
        },
        {
            "start": 1239993970,
            "stop": 1239994089
        },
        {
            "start": 1239994090,
            "stop": 1239994209
        },
        {
            "start": 1239994210,
            "stop": 1239994329
        },
        {
            "start": 1239994330,
            "stop": 1239994449
        },
        {
            "start": 1239994450,
            "stop": 1239994569
        },
        {
            "start": 1239994570,
            "stop": 1239994689
        },
        {
            "start": 1239994690,
            "stop": 1239994809
        },
        {
            "start": 1239994810,
            "stop": 1239994929
        }
    ]
}