Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=30",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 31,
    "results": [
        {
            "start": 819843526,
            "stop": 819847153
        },
        {
            "start": 819847379,
            "stop": 819849474
        },
        {
            "start": 819850670,
            "stop": 819850781
        },
        {
            "start": 819850869,
            "stop": 819856874
        },
        {
            "start": 819857006,
            "stop": 819881026
        },
        {
            "start": 819882118,
            "stop": 819887415
        },
        {
            "start": 819888765,
            "stop": 819894215
        },
        {
            "start": 819894360,
            "stop": 819901751
        },
        {
            "start": 819902363,
            "stop": 819909124
        },
        {
            "start": 819909314,
            "stop": 819913629
        },
        {
            "start": 819913759,
            "stop": 819914473
        },
        {
            "start": 819914670,
            "stop": 819916250
        },
        {
            "start": 819916431,
            "stop": 819922509
        },
        {
            "start": 819923510,
            "stop": 819927320
        },
        {
            "start": 819930752,
            "stop": 819930869
        },
        {
            "start": 819931087,
            "stop": 819938413
        },
        {
            "start": 819938768,
            "stop": 819941672
        },
        {
            "start": 819941790,
            "stop": 819963915
        },
        {
            "start": 819963922,
            "stop": 819966009
        },
        {
            "start": 819966143,
            "stop": 819968535
        }
    ]
}