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/H1_CBCLOW_CAT2/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/H1_CBCLOW_CAT2/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=303",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 304,
    "results": [
        {
            "start": 859079271,
            "stop": 859079384
        },
        {
            "start": 859079403,
            "stop": 859079424
        },
        {
            "start": 859080526,
            "stop": 859080527
        },
        {
            "start": 859080632,
            "stop": 859080869
        },
        {
            "start": 859081169,
            "stop": 859081258
        },
        {
            "start": 859081296,
            "stop": 859081461
        },
        {
            "start": 859081479,
            "stop": 859081822
        },
        {
            "start": 859081866,
            "stop": 859081924
        },
        {
            "start": 859081941,
            "stop": 859082104
        },
        {
            "start": 859082455,
            "stop": 859082622
        },
        {
            "start": 859082922,
            "stop": 859083132
        },
        {
            "start": 859083242,
            "stop": 859083384
        },
        {
            "start": 859083684,
            "stop": 859084050
        },
        {
            "start": 859084110,
            "stop": 859084590
        },
        {
            "start": 859084650,
            "stop": 859084694
        },
        {
            "start": 859084825,
            "stop": 859084878
        },
        {
            "start": 859085399,
            "stop": 859085536
        },
        {
            "start": 859085836,
            "stop": 859085898
        },
        {
            "start": 859092206,
            "stop": 859093675
        },
        {
            "start": 859093975,
            "stop": 859093999
        }
    ]
}