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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3010",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3008",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3009,
    "results": [
        {
            "start": 862765020,
            "stop": 862765550
        },
        {
            "start": 862765553,
            "stop": 862767240
        },
        {
            "start": 862767300,
            "stop": 862768513
        },
        {
            "start": 862769663,
            "stop": 862770031
        },
        {
            "start": 862770130,
            "stop": 862772316
        },
        {
            "start": 862772319,
            "stop": 862772517
        },
        {
            "start": 862772523,
            "stop": 862773030
        },
        {
            "start": 862773541,
            "stop": 862773944
        },
        {
            "start": 862774245,
            "stop": 862775252
        },
        {
            "start": 862775258,
            "stop": 862775324
        },
        {
            "start": 862775685,
            "stop": 862777524
        },
        {
            "start": 862777528,
            "stop": 862777620
        },
        {
            "start": 862777680,
            "stop": 862778475
        },
        {
            "start": 862778483,
            "stop": 862780471
        },
        {
            "start": 862805249,
            "stop": 862806180
        },
        {
            "start": 862806240,
            "stop": 862813915
        },
        {
            "start": 862814669,
            "stop": 862819124
        },
        {
            "start": 862819305,
            "stop": 862824120
        },
        {
            "start": 862824180,
            "stop": 862827540
        },
        {
            "start": 862827600,
            "stop": 862834197
        }
    ]
}