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=6475
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=6476",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6474",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6475,
    "results": [
        {
            "start": 874077668,
            "stop": 874077856
        },
        {
            "start": 874077857,
            "stop": 874077875
        },
        {
            "start": 874077877,
            "stop": 874078019
        },
        {
            "start": 874078020,
            "stop": 874078130
        },
        {
            "start": 874078131,
            "stop": 874078144
        },
        {
            "start": 874078148,
            "stop": 874078221
        },
        {
            "start": 874078222,
            "stop": 874078286
        },
        {
            "start": 874078287,
            "stop": 874078427
        },
        {
            "start": 874078429,
            "stop": 874078450
        },
        {
            "start": 874078451,
            "stop": 874078456
        },
        {
            "start": 874078457,
            "stop": 874078505
        },
        {
            "start": 874078506,
            "stop": 874078683
        },
        {
            "start": 874078684,
            "stop": 874078730
        },
        {
            "start": 874078731,
            "stop": 874078740
        },
        {
            "start": 874078741,
            "stop": 874078808
        },
        {
            "start": 874078809,
            "stop": 874078880
        },
        {
            "start": 874078881,
            "stop": 874079157
        },
        {
            "start": 874079158,
            "stop": 874079283
        },
        {
            "start": 874079284,
            "stop": 874079544
        },
        {
            "start": 874079546,
            "stop": 874079722
        }
    ]
}