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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=276",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 277,
    "results": [
        {
            "start": 821052405,
            "stop": 821052436
        },
        {
            "start": 821052439,
            "stop": 821052495
        },
        {
            "start": 821052502,
            "stop": 821052678
        },
        {
            "start": 821052685,
            "stop": 821053108
        },
        {
            "start": 821053116,
            "stop": 821053185
        },
        {
            "start": 821054541,
            "stop": 821054637
        },
        {
            "start": 821054644,
            "stop": 821055005
        },
        {
            "start": 821055013,
            "stop": 821055198
        },
        {
            "start": 821055205,
            "stop": 821055422
        },
        {
            "start": 821055429,
            "stop": 821055644
        },
        {
            "start": 821055651,
            "stop": 821055805
        },
        {
            "start": 821055806,
            "stop": 821055827
        },
        {
            "start": 821055835,
            "stop": 821055875
        },
        {
            "start": 821055882,
            "stop": 821056151
        },
        {
            "start": 821056158,
            "stop": 821056332
        },
        {
            "start": 821057895,
            "stop": 821058036
        },
        {
            "start": 821058044,
            "stop": 821058180
        },
        {
            "start": 821058187,
            "stop": 821058671
        },
        {
            "start": 821058678,
            "stop": 821058918
        },
        {
            "start": 821058925,
            "stop": 821058931
        }
    ]
}