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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=168",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 169,
    "results": [
        {
            "start": 932555175,
            "stop": 932555885
        },
        {
            "start": 932555888,
            "stop": 932555913
        },
        {
            "start": 932555915,
            "stop": 932555916
        },
        {
            "start": 932555918,
            "stop": 932555931
        },
        {
            "start": 932555933,
            "stop": 932555975
        },
        {
            "start": 932555978,
            "stop": 932558415
        },
        {
            "start": 932558775,
            "stop": 932559582
        },
        {
            "start": 932562484,
            "stop": 932562489
        },
        {
            "start": 932562490,
            "stop": 932562498
        },
        {
            "start": 932562517,
            "stop": 932562519
        },
        {
            "start": 932562520,
            "stop": 932562529
        },
        {
            "start": 932562531,
            "stop": 932562532
        },
        {
            "start": 932562533,
            "stop": 932562553
        },
        {
            "start": 932562554,
            "stop": 932562559
        },
        {
            "start": 932562564,
            "stop": 932562578
        },
        {
            "start": 932562581,
            "stop": 932562587
        },
        {
            "start": 932562589,
            "stop": 932562595
        },
        {
            "start": 932562596,
            "stop": 932562610
        },
        {
            "start": 932562612,
            "stop": 932562613
        },
        {
            "start": 932562615,
            "stop": 932562618
        }
    ]
}