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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=104",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 105,
    "results": [
        {
            "start": 1175216220,
            "stop": 1175216223
        },
        {
            "start": 1175216229,
            "stop": 1175216283
        },
        {
            "start": 1175216287,
            "stop": 1175216288
        },
        {
            "start": 1175216294,
            "stop": 1175216358
        },
        {
            "start": 1175216364,
            "stop": 1175216450
        },
        {
            "start": 1175216453,
            "stop": 1175222689
        },
        {
            "start": 1175222696,
            "stop": 1175223781
        },
        {
            "start": 1175223783,
            "stop": 1175223784
        },
        {
            "start": 1175223787,
            "stop": 1175223803
        },
        {
            "start": 1175223805,
            "stop": 1175223823
        },
        {
            "start": 1175223824,
            "stop": 1175224923
        },
        {
            "start": 1175224924,
            "stop": 1175241786
        },
        {
            "start": 1175242325,
            "stop": 1175246277
        },
        {
            "start": 1175246278,
            "stop": 1175252195
        },
        {
            "start": 1175252196,
            "stop": 1175252197
        },
        {
            "start": 1175252198,
            "stop": 1175252259
        },
        {
            "start": 1175252263,
            "stop": 1175252465
        },
        {
            "start": 1175252470,
            "stop": 1175254275
        },
        {
            "start": 1175254276,
            "stop": 1175254855
        },
        {
            "start": 1175254858,
            "stop": 1175257410
        }
    ]
}