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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=443",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=441",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 442,
    "results": [
        {
            "start": 862772319,
            "stop": 862772517
        },
        {
            "start": 862772523,
            "stop": 862773034
        },
        {
            "start": 862773541,
            "stop": 862775252
        },
        {
            "start": 862775258,
            "stop": 862775525
        },
        {
            "start": 862775533,
            "stop": 862775550
        },
        {
            "start": 862775555,
            "stop": 862775560
        },
        {
            "start": 862775565,
            "stop": 862778475
        },
        {
            "start": 862778483,
            "stop": 862780471
        },
        {
            "start": 862804891,
            "stop": 862804949
        },
        {
            "start": 862805249,
            "stop": 862813915
        },
        {
            "start": 862814025,
            "stop": 862814369
        },
        {
            "start": 862814669,
            "stop": 862834197
        },
        {
            "start": 862834203,
            "stop": 862840957
        },
        {
            "start": 862840963,
            "stop": 862845282
        },
        {
            "start": 862845288,
            "stop": 862849023
        },
        {
            "start": 862849026,
            "stop": 862853507
        },
        {
            "start": 862853513,
            "stop": 862853517
        },
        {
            "start": 862853523,
            "stop": 862853535
        },
        {
            "start": 862853540,
            "stop": 862853610
        },
        {
            "start": 862853615,
            "stop": 862855260
        }
    ]
}