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=415
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=416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=414",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 415,
    "results": [
        {
            "start": 847795131,
            "stop": 847795156
        },
        {
            "start": 847795159,
            "stop": 847795160
        },
        {
            "start": 847795163,
            "stop": 847795201
        },
        {
            "start": 847795202,
            "stop": 847795215
        },
        {
            "start": 847795216,
            "stop": 847795247
        },
        {
            "start": 847795249,
            "stop": 847795254
        },
        {
            "start": 847795256,
            "stop": 847795258
        },
        {
            "start": 847795259,
            "stop": 847795326
        },
        {
            "start": 847795327,
            "stop": 847795332
        },
        {
            "start": 847795334,
            "stop": 847795343
        },
        {
            "start": 847795344,
            "stop": 847795509
        },
        {
            "start": 847795511,
            "stop": 847795555
        },
        {
            "start": 847795557,
            "stop": 847795588
        },
        {
            "start": 847795590,
            "stop": 847795591
        },
        {
            "start": 847795593,
            "stop": 847795621
        },
        {
            "start": 847795623,
            "stop": 847795641
        },
        {
            "start": 847795642,
            "stop": 847795664
        },
        {
            "start": 847795666,
            "stop": 847795669
        },
        {
            "start": 847795670,
            "stop": 847795716
        },
        {
            "start": 847795717,
            "stop": 847795723
        }
    ]
}