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=6541
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=6542",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6540",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6541,
    "results": [
        {
            "start": 874372828,
            "stop": 874373015
        },
        {
            "start": 874373017,
            "stop": 874373179
        },
        {
            "start": 874373180,
            "stop": 874373802
        },
        {
            "start": 874373803,
            "stop": 874374144
        },
        {
            "start": 874374146,
            "stop": 874374375
        },
        {
            "start": 874374376,
            "stop": 874374415
        },
        {
            "start": 874374416,
            "stop": 874374575
        },
        {
            "start": 874374576,
            "stop": 874374906
        },
        {
            "start": 874374907,
            "stop": 874374996
        },
        {
            "start": 874374997,
            "stop": 874375546
        },
        {
            "start": 874375547,
            "stop": 874375699
        },
        {
            "start": 874375701,
            "stop": 874375933
        },
        {
            "start": 874375934,
            "stop": 874375935
        },
        {
            "start": 874375936,
            "stop": 874376186
        },
        {
            "start": 874376188,
            "stop": 874376288
        },
        {
            "start": 874376289,
            "stop": 874376443
        },
        {
            "start": 874376444,
            "stop": 874376725
        },
        {
            "start": 874376727,
            "stop": 874377445
        },
        {
            "start": 874377446,
            "stop": 874377634
        },
        {
            "start": 874377635,
            "stop": 874378041
        }
    ]
}