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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=281",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 282,
    "results": [
        {
            "start": 822570012,
            "stop": 822571933
        },
        {
            "start": 822572043,
            "stop": 822572905
        },
        {
            "start": 822572908,
            "stop": 822573587
        },
        {
            "start": 822573590,
            "stop": 822576293
        },
        {
            "start": 822577621,
            "stop": 822578674
        },
        {
            "start": 822579257,
            "stop": 822579812
        },
        {
            "start": 822580112,
            "stop": 822582469
        },
        {
            "start": 822582472,
            "stop": 822582624
        },
        {
            "start": 822582628,
            "stop": 822583712
        },
        {
            "start": 822583716,
            "stop": 822583914
        },
        {
            "start": 822584214,
            "stop": 822597422
        },
        {
            "start": 822597627,
            "stop": 822598111
        },
        {
            "start": 822598115,
            "stop": 822598875
        },
        {
            "start": 822598879,
            "stop": 822599979
        },
        {
            "start": 822599982,
            "stop": 822600289
        },
        {
            "start": 822600292,
            "stop": 822600735
        },
        {
            "start": 822600738,
            "stop": 822602198
        },
        {
            "start": 822602201,
            "stop": 822602611
        },
        {
            "start": 822602614,
            "stop": 822602666
        },
        {
            "start": 822602669,
            "stop": 822603958
        }
    ]
}