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=6515
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=6516",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6514",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6515,
    "results": [
        {
            "start": 874255631,
            "stop": 874255662
        },
        {
            "start": 874255663,
            "stop": 874255751
        },
        {
            "start": 874255752,
            "stop": 874256188
        },
        {
            "start": 874256189,
            "stop": 874256253
        },
        {
            "start": 874256254,
            "stop": 874256994
        },
        {
            "start": 874256995,
            "stop": 874257013
        },
        {
            "start": 874257014,
            "stop": 874257045
        },
        {
            "start": 874257046,
            "stop": 874257275
        },
        {
            "start": 874257276,
            "stop": 874257292
        },
        {
            "start": 874257294,
            "stop": 874257381
        },
        {
            "start": 874257382,
            "stop": 874257420
        },
        {
            "start": 874257422,
            "stop": 874257568
        },
        {
            "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
        }
    ]
}