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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=286",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 287,
    "results": [
        {
            "start": 1126942718,
            "stop": 1126942757
        },
        {
            "start": 1126942759,
            "stop": 1126942991
        },
        {
            "start": 1126942993,
            "stop": 1126943006
        },
        {
            "start": 1126943008,
            "stop": 1126943061
        },
        {
            "start": 1126943062,
            "stop": 1126943292
        },
        {
            "start": 1126943294,
            "stop": 1126943328
        },
        {
            "start": 1126943329,
            "stop": 1126943407
        },
        {
            "start": 1126943408,
            "stop": 1126943440
        },
        {
            "start": 1126943441,
            "stop": 1126943564
        },
        {
            "start": 1126943566,
            "stop": 1126943573
        },
        {
            "start": 1126943574,
            "stop": 1126943667
        },
        {
            "start": 1126943669,
            "stop": 1126943786
        },
        {
            "start": 1126943789,
            "stop": 1126943958
        },
        {
            "start": 1126943962,
            "stop": 1126943990
        },
        {
            "start": 1126943991,
            "stop": 1126944030
        },
        {
            "start": 1126944032,
            "stop": 1126944100
        },
        {
            "start": 1126944102,
            "stop": 1126944109
        },
        {
            "start": 1126944112,
            "stop": 1126944113
        },
        {
            "start": 1126944118,
            "stop": 1126944119
        },
        {
            "start": 1126944121,
            "stop": 1126944132
        }
    ]
}