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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=279",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 280,
    "results": [
        {
            "start": 821966356,
            "stop": 821967036
        },
        {
            "start": 821967131,
            "stop": 821983687
        },
        {
            "start": 821983694,
            "stop": 821983718
        },
        {
            "start": 821983731,
            "stop": 821983754
        },
        {
            "start": 821983761,
            "stop": 821983768
        },
        {
            "start": 821983791,
            "stop": 821983825
        },
        {
            "start": 821983845,
            "stop": 821983852
        },
        {
            "start": 821983858,
            "stop": 821983911
        },
        {
            "start": 821983916,
            "stop": 821983945
        },
        {
            "start": 821984437,
            "stop": 821984505
        },
        {
            "start": 821984510,
            "stop": 821984698
        },
        {
            "start": 821985614,
            "stop": 821986010
        },
        {
            "start": 821986879,
            "stop": 821991158
        },
        {
            "start": 821991163,
            "stop": 821994616
        },
        {
            "start": 821994621,
            "stop": 821997415
        },
        {
            "start": 821998567,
            "stop": 822000781
        },
        {
            "start": 822000787,
            "stop": 822000813
        },
        {
            "start": 822001079,
            "stop": 822001107
        },
        {
            "start": 822001121,
            "stop": 822001182
        },
        {
            "start": 822001188,
            "stop": 822001195
        }
    ]
}