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/H1_BURST_CAT3E/segments?format=api&page=40661
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40662",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40660",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40661,
    "results": [
        {
            "start": 874920516,
            "stop": 874920532
        },
        {
            "start": 874920534,
            "stop": 874920539
        },
        {
            "start": 874920540,
            "stop": 874920541
        },
        {
            "start": 874920543,
            "stop": 874920556
        },
        {
            "start": 874920558,
            "stop": 874920570
        },
        {
            "start": 874920575,
            "stop": 874920591
        },
        {
            "start": 874920593,
            "stop": 874920595
        },
        {
            "start": 874920596,
            "stop": 874920599
        },
        {
            "start": 874920600,
            "stop": 874920602
        },
        {
            "start": 874920607,
            "stop": 874920621
        },
        {
            "start": 874920623,
            "stop": 874920650
        },
        {
            "start": 874920651,
            "stop": 874920657
        },
        {
            "start": 874920659,
            "stop": 874920668
        },
        {
            "start": 874920669,
            "stop": 874920670
        },
        {
            "start": 874920671,
            "stop": 874920673
        },
        {
            "start": 874920674,
            "stop": 874920683
        },
        {
            "start": 874920686,
            "stop": 874920697
        },
        {
            "start": 874920699,
            "stop": 874920709
        },
        {
            "start": 874920710,
            "stop": 874920728
        },
        {
            "start": 874920729,
            "stop": 874920767
        }
    ]
}