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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6471",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6469",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6470,
    "results": [
        {
            "start": 874050603,
            "stop": 874050696
        },
        {
            "start": 874050697,
            "stop": 874050754
        },
        {
            "start": 874050755,
            "stop": 874050920
        },
        {
            "start": 874050921,
            "stop": 874051468
        },
        {
            "start": 874051469,
            "stop": 874051493
        },
        {
            "start": 874051494,
            "stop": 874052046
        },
        {
            "start": 874052048,
            "stop": 874052094
        },
        {
            "start": 874052095,
            "stop": 874052108
        },
        {
            "start": 874052110,
            "stop": 874052117
        },
        {
            "start": 874052118,
            "stop": 874052232
        },
        {
            "start": 874052234,
            "stop": 874052310
        },
        {
            "start": 874052311,
            "stop": 874052531
        },
        {
            "start": 874052532,
            "stop": 874052599
        },
        {
            "start": 874052600,
            "stop": 874053789
        },
        {
            "start": 874053790,
            "stop": 874054018
        },
        {
            "start": 874054020,
            "stop": 874054308
        },
        {
            "start": 874054309,
            "stop": 874054715
        },
        {
            "start": 874054717,
            "stop": 874054786
        },
        {
            "start": 874054787,
            "stop": 874055414
        },
        {
            "start": 874055415,
            "stop": 874055466
        }
    ]
}