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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=129",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 130,
    "results": [
        {
            "start": 931712605,
            "stop": 931712607
        },
        {
            "start": 931712621,
            "stop": 931712622
        },
        {
            "start": 931712633,
            "stop": 931712639
        },
        {
            "start": 931712653,
            "stop": 931712692
        },
        {
            "start": 931712700,
            "stop": 931712710
        },
        {
            "start": 931712716,
            "stop": 931712742
        },
        {
            "start": 931712752,
            "stop": 931712782
        },
        {
            "start": 931712803,
            "stop": 931712807
        },
        {
            "start": 931712850,
            "stop": 931712852
        },
        {
            "start": 931712862,
            "stop": 931712865
        },
        {
            "start": 931712892,
            "stop": 931712893
        },
        {
            "start": 931712899,
            "stop": 931712905
        },
        {
            "start": 931712939,
            "stop": 931712941
        },
        {
            "start": 931712951,
            "stop": 931712953
        },
        {
            "start": 931722628,
            "stop": 931722824
        },
        {
            "start": 931722830,
            "stop": 931722835
        },
        {
            "start": 931722841,
            "stop": 931722872
        },
        {
            "start": 931722883,
            "stop": 931722945
        },
        {
            "start": 931722951,
            "stop": 931723000
        },
        {
            "start": 931723006,
            "stop": 931723180
        }
    ]
}