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=6586
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=6587",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6585",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6586,
    "results": [
        {
            "start": 874616406,
            "stop": 874617102
        },
        {
            "start": 874617103,
            "stop": 874617291
        },
        {
            "start": 874617293,
            "stop": 874617328
        },
        {
            "start": 874617329,
            "stop": 874617542
        },
        {
            "start": 874617543,
            "stop": 874617568
        },
        {
            "start": 874617569,
            "stop": 874618042
        },
        {
            "start": 874618044,
            "stop": 874618567
        },
        {
            "start": 874618569,
            "stop": 874618720
        },
        {
            "start": 874618721,
            "stop": 874619195
        },
        {
            "start": 874619197,
            "stop": 874619507
        },
        {
            "start": 874619508,
            "stop": 874619861
        },
        {
            "start": 874619862,
            "stop": 874620306
        },
        {
            "start": 874620307,
            "stop": 874620330
        },
        {
            "start": 874620332,
            "stop": 874620410
        },
        {
            "start": 874620412,
            "stop": 874621455
        },
        {
            "start": 874621456,
            "stop": 874621542
        },
        {
            "start": 874621543,
            "stop": 874621628
        },
        {
            "start": 874621629,
            "stop": 874621900
        },
        {
            "start": 874621901,
            "stop": 874622118
        },
        {
            "start": 874622119,
            "stop": 874622130
        }
    ]
}