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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=173",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 174,
    "results": [
        {
            "start": 842478746,
            "stop": 842478753
        },
        {
            "start": 842479057,
            "stop": 842479063
        },
        {
            "start": 842479468,
            "stop": 842485259
        },
        {
            "start": 842485559,
            "stop": 842492056
        },
        {
            "start": 842496378,
            "stop": 842496790
        },
        {
            "start": 842497090,
            "stop": 842511395
        },
        {
            "start": 842513152,
            "stop": 842521450
        },
        {
            "start": 842523087,
            "stop": 842561499
        },
        {
            "start": 842563436,
            "stop": 842586502
        },
        {
            "start": 842587812,
            "stop": 842587864
        },
        {
            "start": 842587892,
            "stop": 842646435
        },
        {
            "start": 842646683,
            "stop": 842652853
        },
        {
            "start": 842655221,
            "stop": 842658003
        },
        {
            "start": 842658143,
            "stop": 842666830
        },
        {
            "start": 842667130,
            "stop": 842670974
        },
        {
            "start": 842671371,
            "stop": 842678649
        },
        {
            "start": 842678949,
            "stop": 842689072
        },
        {
            "start": 842689372,
            "stop": 842713215
        },
        {
            "start": 842745810,
            "stop": 842762863
        },
        {
            "start": 842763163,
            "stop": 842803255
        }
    ]
}