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=6434
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=6435",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6433",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6434,
    "results": [
        {
            "start": 873828787,
            "stop": 873829175
        },
        {
            "start": 873829176,
            "stop": 873829209
        },
        {
            "start": 873829210,
            "stop": 873829318
        },
        {
            "start": 873829319,
            "stop": 873829624
        },
        {
            "start": 873829625,
            "stop": 873829692
        },
        {
            "start": 873829694,
            "stop": 873829800
        },
        {
            "start": 873829802,
            "stop": 873829836
        },
        {
            "start": 873829838,
            "stop": 873830170
        },
        {
            "start": 873830171,
            "stop": 873830219
        },
        {
            "start": 873830220,
            "stop": 873830229
        },
        {
            "start": 873830231,
            "stop": 873830473
        },
        {
            "start": 873830474,
            "stop": 873830563
        },
        {
            "start": 873830564,
            "stop": 873830599
        },
        {
            "start": 873830600,
            "stop": 873830693
        },
        {
            "start": 873830694,
            "stop": 873830785
        },
        {
            "start": 873830786,
            "stop": 873831181
        },
        {
            "start": 873831182,
            "stop": 873831255
        },
        {
            "start": 873831256,
            "stop": 873831274
        },
        {
            "start": 873831276,
            "stop": 873831412
        },
        {
            "start": 873831413,
            "stop": 873831707
        }
    ]
}