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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7198",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7199,
    "results": [
        {
            "start": 874614728,
            "stop": 874615471
        },
        {
            "start": 874615472,
            "stop": 874615536
        },
        {
            "start": 874615538,
            "stop": 874615749
        },
        {
            "start": 874615750,
            "stop": 874615960
        },
        {
            "start": 874615961,
            "stop": 874616363
        },
        {
            "start": 874616365,
            "stop": 874616405
        },
        {
            "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": 874619699
        },
        {
            "start": 874619701,
            "stop": 874619861
        },
        {
            "start": 874619862,
            "stop": 874620029
        },
        {
            "start": 874620030,
            "stop": 874620306
        }
    ]
}