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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=209",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 210,
    "results": [
        {
            "start": 821667526,
            "stop": 821667542
        },
        {
            "start": 821667547,
            "stop": 821667558
        },
        {
            "start": 821667563,
            "stop": 821667577
        },
        {
            "start": 821667580,
            "stop": 821667582
        },
        {
            "start": 821667585,
            "stop": 821667586
        },
        {
            "start": 821667589,
            "stop": 821667591
        },
        {
            "start": 821667594,
            "stop": 821667600
        },
        {
            "start": 821667604,
            "stop": 821667605
        },
        {
            "start": 821667608,
            "stop": 821667617
        },
        {
            "start": 821667622,
            "stop": 821667629
        },
        {
            "start": 821667632,
            "stop": 821667638
        },
        {
            "start": 821667641,
            "stop": 821667652
        },
        {
            "start": 821667655,
            "stop": 821667671
        },
        {
            "start": 821667674,
            "stop": 821667676
        },
        {
            "start": 821667682,
            "stop": 821667685
        },
        {
            "start": 821667689,
            "stop": 821667709
        },
        {
            "start": 821667712,
            "stop": 821667720
        },
        {
            "start": 821667724,
            "stop": 821667727
        },
        {
            "start": 821667730,
            "stop": 821667738
        },
        {
            "start": 821667741,
            "stop": 821667742
        }
    ]
}