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=40569
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=40570",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40568",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40569,
    "results": [
        {
            "start": 874845277,
            "stop": 874845356
        },
        {
            "start": 874845357,
            "stop": 874845428
        },
        {
            "start": 874845430,
            "stop": 874845488
        },
        {
            "start": 874845490,
            "stop": 874845535
        },
        {
            "start": 874845537,
            "stop": 874845549
        },
        {
            "start": 874845550,
            "stop": 874845599
        },
        {
            "start": 874845600,
            "stop": 874845666
        },
        {
            "start": 874845667,
            "stop": 874845687
        },
        {
            "start": 874845688,
            "stop": 874845729
        },
        {
            "start": 874845730,
            "stop": 874845731
        },
        {
            "start": 874845732,
            "stop": 874845764
        },
        {
            "start": 874845765,
            "stop": 874845829
        },
        {
            "start": 874845832,
            "stop": 874845850
        },
        {
            "start": 874845851,
            "stop": 874845860
        },
        {
            "start": 874845862,
            "stop": 874845935
        },
        {
            "start": 874845936,
            "stop": 874845956
        },
        {
            "start": 874847580,
            "stop": 874847581
        },
        {
            "start": 874847582,
            "stop": 874847586
        },
        {
            "start": 874847588,
            "stop": 874847592
        },
        {
            "start": 874847593,
            "stop": 874847597
        }
    ]
}