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_BURST_CAT2E/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_BURST_CAT2E/segments?format=api&page=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=385",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 386,
    "results": [
        {
            "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": 821763516,
            "stop": 821763517
        },
        {
            "start": 821763520,
            "stop": 821763523
        },
        {
            "start": 821763529,
            "stop": 821763536
        },
        {
            "start": 821763541,
            "stop": 821763545
        },
        {
            "start": 821763552,
            "stop": 821763553
        },
        {
            "start": 821763556,
            "stop": 821763562
        },
        {
            "start": 821763569,
            "stop": 821763570
        },
        {
            "start": 821763586,
            "stop": 821763587
        },
        {
            "start": 821763594,
            "stop": 821763596
        }
    ]
}