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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=234",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 235,
    "results": [
        {
            "start": 821576661,
            "stop": 821576664
        },
        {
            "start": 821576667,
            "stop": 821576706
        },
        {
            "start": 821576710,
            "stop": 821576898
        },
        {
            "start": 821576901,
            "stop": 821576945
        },
        {
            "start": 821576948,
            "stop": 821576951
        },
        {
            "start": 821576954,
            "stop": 821577006
        },
        {
            "start": 821577009,
            "stop": 821577027
        },
        {
            "start": 821577030,
            "stop": 821577096
        },
        {
            "start": 821577099,
            "stop": 821577103
        },
        {
            "start": 821577106,
            "stop": 821577161
        },
        {
            "start": 821577165,
            "stop": 821577301
        },
        {
            "start": 821577305,
            "stop": 821577308
        },
        {
            "start": 821577311,
            "stop": 821577338
        },
        {
            "start": 821577342,
            "stop": 821577400
        },
        {
            "start": 821577403,
            "stop": 821577673
        },
        {
            "start": 821577676,
            "stop": 821577685
        },
        {
            "start": 821577689,
            "stop": 821577753
        },
        {
            "start": 821577757,
            "stop": 821577928
        },
        {
            "start": 821577931,
            "stop": 821577970
        },
        {
            "start": 821577973,
            "stop": 821577975
        }
    ]
}