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=6499
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=6500",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6498",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6499,
    "results": [
        {
            "start": 874192930,
            "stop": 874193129
        },
        {
            "start": 874193130,
            "stop": 874193293
        },
        {
            "start": 874193294,
            "stop": 874193404
        },
        {
            "start": 874193405,
            "stop": 874193499
        },
        {
            "start": 874193500,
            "stop": 874193620
        },
        {
            "start": 874193621,
            "stop": 874193622
        },
        {
            "start": 874193624,
            "stop": 874193632
        },
        {
            "start": 874193634,
            "stop": 874193669
        },
        {
            "start": 874193670,
            "stop": 874193688
        },
        {
            "start": 874194344,
            "stop": 874194422
        },
        {
            "start": 874194423,
            "stop": 874194485
        },
        {
            "start": 874194486,
            "stop": 874194516
        },
        {
            "start": 874194517,
            "stop": 874194652
        },
        {
            "start": 874194653,
            "stop": 874194718
        },
        {
            "start": 874194719,
            "stop": 874194807
        },
        {
            "start": 874194808,
            "stop": 874194834
        },
        {
            "start": 874194835,
            "stop": 874195170
        },
        {
            "start": 874195172,
            "stop": 874195253
        },
        {
            "start": 874195255,
            "stop": 874195879
        },
        {
            "start": 874195880,
            "stop": 874195935
        }
    ]
}