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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=184",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 185,
    "results": [
        {
            "start": 932532693,
            "stop": 932532705
        },
        {
            "start": 932532708,
            "stop": 932532772
        },
        {
            "start": 932532791,
            "stop": 932533215
        },
        {
            "start": 932533575,
            "stop": 932533635
        },
        {
            "start": 932533637,
            "stop": 932535525
        },
        {
            "start": 932535529,
            "stop": 932535601
        },
        {
            "start": 932535603,
            "stop": 932535615
        },
        {
            "start": 932535618,
            "stop": 932535630
        },
        {
            "start": 932535633,
            "stop": 932535645
        },
        {
            "start": 932535648,
            "stop": 932535676
        },
        {
            "start": 932535678,
            "stop": 932536230
        },
        {
            "start": 932536233,
            "stop": 932536351
        },
        {
            "start": 932536353,
            "stop": 932536501
        },
        {
            "start": 932536503,
            "stop": 932536605
        },
        {
            "start": 932536607,
            "stop": 932536613
        },
        {
            "start": 932536616,
            "stop": 932536662
        },
        {
            "start": 932536664,
            "stop": 932536815
        },
        {
            "start": 932537175,
            "stop": 932537327
        },
        {
            "start": 932540797,
            "stop": 932541791
        },
        {
            "start": 932541796,
            "stop": 932542766
        }
    ]
}