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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=402",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 403,
    "results": [
        {
            "start": 868113941,
            "stop": 868113947
        },
        {
            "start": 868113968,
            "stop": 868114683
        },
        {
            "start": 868140793,
            "stop": 868142817
        },
        {
            "start": 868143177,
            "stop": 868144278
        },
        {
            "start": 868144582,
            "stop": 868144588
        },
        {
            "start": 868144898,
            "stop": 868148392
        },
        {
            "start": 868148413,
            "stop": 868162671
        },
        {
            "start": 868162809,
            "stop": 868199412
        },
        {
            "start": 868199433,
            "stop": 868200264
        },
        {
            "start": 868200286,
            "stop": 868207884
        },
        {
            "start": 868207906,
            "stop": 868208229
        },
        {
            "start": 868208251,
            "stop": 868210667
        },
        {
            "start": 868210689,
            "stop": 868212930
        },
        {
            "start": 868212990,
            "stop": 868213011
        },
        {
            "start": 868213121,
            "stop": 868214381
        },
        {
            "start": 868215016,
            "stop": 868216102
        },
        {
            "start": 868221995,
            "stop": 868222080
        },
        {
            "start": 868222140,
            "stop": 868222269
        },
        {
            "start": 868222569,
            "stop": 868223092
        },
        {
            "start": 868223247,
            "stop": 868223640
        }
    ]
}