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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=385",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 386,
    "results": [
        {
            "start": 821763325,
            "stop": 821763330
        },
        {
            "start": 821763338,
            "stop": 821763342
        },
        {
            "start": 821763354,
            "stop": 821763355
        },
        {
            "start": 821763362,
            "stop": 821763364
        },
        {
            "start": 821763367,
            "stop": 821763368
        },
        {
            "start": 821763378,
            "stop": 821763379
        },
        {
            "start": 821763382,
            "stop": 821763383
        },
        {
            "start": 821763389,
            "stop": 821763390
        },
        {
            "start": 821763393,
            "stop": 821763397
        },
        {
            "start": 821763403,
            "stop": 821763404
        },
        {
            "start": 821763407,
            "stop": 821763415
        },
        {
            "start": 821763418,
            "stop": 821763422
        },
        {
            "start": 821763430,
            "stop": 821763433
        },
        {
            "start": 821763439,
            "stop": 821763441
        },
        {
            "start": 821763449,
            "stop": 821763464
        },
        {
            "start": 821763477,
            "stop": 821763483
        },
        {
            "start": 821763486,
            "stop": 821763487
        },
        {
            "start": 821763497,
            "stop": 821763501
        },
        {
            "start": 821763508,
            "stop": 821763512
        },
        {
            "start": 821763520,
            "stop": 821763523
        }
    ]
}