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=5086
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=5087",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5085",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5086,
    "results": [
        {
            "start": 1136969871,
            "stop": 1136969875
        },
        {
            "start": 1136969877,
            "stop": 1136969916
        },
        {
            "start": 1136969918,
            "stop": 1136969925
        },
        {
            "start": 1136969927,
            "stop": 1136969935
        },
        {
            "start": 1136969937,
            "stop": 1136969944
        },
        {
            "start": 1136969946,
            "stop": 1136969967
        },
        {
            "start": 1136969970,
            "stop": 1136969971
        },
        {
            "start": 1136969972,
            "stop": 1136969989
        },
        {
            "start": 1136969991,
            "stop": 1136969995
        },
        {
            "start": 1136969997,
            "stop": 1136970014
        },
        {
            "start": 1136970018,
            "stop": 1136970164
        },
        {
            "start": 1136970166,
            "stop": 1136970168
        },
        {
            "start": 1136970170,
            "stop": 1136970194
        },
        {
            "start": 1136970196,
            "stop": 1136970202
        },
        {
            "start": 1136970204,
            "stop": 1136970216
        },
        {
            "start": 1136970218,
            "stop": 1136970227
        },
        {
            "start": 1136970229,
            "stop": 1136970268
        },
        {
            "start": 1136970270,
            "stop": 1136970271
        },
        {
            "start": 1136970273,
            "stop": 1136970301
        },
        {
            "start": 1136970303,
            "stop": 1136970320
        }
    ]
}