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=7118
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=7119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7117",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7118,
    "results": [
        {
            "start": 874257569,
            "stop": 874257634
        },
        {
            "start": 874257635,
            "stop": 874257813
        },
        {
            "start": 874257814,
            "stop": 874257928
        },
        {
            "start": 874257930,
            "stop": 874258516
        },
        {
            "start": 874258517,
            "stop": 874258632
        },
        {
            "start": 874258633,
            "stop": 874258683
        },
        {
            "start": 874258684,
            "stop": 874258969
        },
        {
            "start": 874258970,
            "stop": 874259071
        },
        {
            "start": 874259072,
            "stop": 874259243
        },
        {
            "start": 874259244,
            "stop": 874259344
        },
        {
            "start": 874259346,
            "stop": 874259551
        },
        {
            "start": 874259552,
            "stop": 874259611
        },
        {
            "start": 874259612,
            "stop": 874259706
        },
        {
            "start": 874259707,
            "stop": 874259773
        },
        {
            "start": 874259774,
            "stop": 874260031
        },
        {
            "start": 874260032,
            "stop": 874260036
        },
        {
            "start": 874260037,
            "stop": 874260089
        },
        {
            "start": 874260091,
            "stop": 874260180
        },
        {
            "start": 874260240,
            "stop": 874260423
        },
        {
            "start": 874260424,
            "stop": 874260563
        }
    ]
}