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=361
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=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=360",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 361,
    "results": [
        {
            "start": 856815120,
            "stop": 856817630
        },
        {
            "start": 856817756,
            "stop": 856820295
        },
        {
            "start": 856820300,
            "stop": 856820302
        },
        {
            "start": 856820313,
            "stop": 856820337
        },
        {
            "start": 856820343,
            "stop": 856822379
        },
        {
            "start": 856822472,
            "stop": 856823022
        },
        {
            "start": 856823028,
            "stop": 856824193
        },
        {
            "start": 856824196,
            "stop": 856826314
        },
        {
            "start": 856826725,
            "stop": 856827159
        },
        {
            "start": 856827513,
            "stop": 856876786
        },
        {
            "start": 856877562,
            "stop": 856896415
        },
        {
            "start": 856896420,
            "stop": 856898135
        },
        {
            "start": 856898150,
            "stop": 856898182
        },
        {
            "start": 856898188,
            "stop": 856898207
        },
        {
            "start": 856898213,
            "stop": 856898225
        },
        {
            "start": 856898233,
            "stop": 856900641
        },
        {
            "start": 856913978,
            "stop": 856922322
        },
        {
            "start": 856922622,
            "stop": 856928058
        },
        {
            "start": 856928358,
            "stop": 856968382
        },
        {
            "start": 856968388,
            "stop": 856971832
        }
    ]
}