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=6472
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=6473",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6471",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6472,
    "results": [
        {
            "start": 874062623,
            "stop": 874062789
        },
        {
            "start": 874062790,
            "stop": 874062880
        },
        {
            "start": 874062882,
            "stop": 874064155
        },
        {
            "start": 874064156,
            "stop": 874064499
        },
        {
            "start": 874064501,
            "stop": 874064627
        },
        {
            "start": 874064628,
            "stop": 874064717
        },
        {
            "start": 874064718,
            "stop": 874065960
        },
        {
            "start": 874065961,
            "stop": 874066306
        },
        {
            "start": 874066307,
            "stop": 874066366
        },
        {
            "start": 874066367,
            "stop": 874066682
        },
        {
            "start": 874066683,
            "stop": 874066778
        },
        {
            "start": 874066779,
            "stop": 874066887
        },
        {
            "start": 874066888,
            "stop": 874066892
        },
        {
            "start": 874066893,
            "stop": 874067693
        },
        {
            "start": 874067694,
            "stop": 874067758
        },
        {
            "start": 874067759,
            "stop": 874068037
        },
        {
            "start": 874068038,
            "stop": 874068191
        },
        {
            "start": 874068192,
            "stop": 874068736
        },
        {
            "start": 874068738,
            "stop": 874069315
        },
        {
            "start": 874069316,
            "stop": 874069546
        }
    ]
}