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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=302",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 303,
    "results": [
        {
            "start": 1181522351,
            "stop": 1181524320
        },
        {
            "start": 1181524500,
            "stop": 1181524800
        },
        {
            "start": 1181524980,
            "stop": 1181527408
        },
        {
            "start": 1181527409,
            "stop": 1181527411
        },
        {
            "start": 1181527412,
            "stop": 1181528547
        },
        {
            "start": 1181528548,
            "stop": 1181531208
        },
        {
            "start": 1181531209,
            "stop": 1181531529
        },
        {
            "start": 1181531531,
            "stop": 1181535854
        },
        {
            "start": 1181535856,
            "stop": 1181538434
        },
        {
            "start": 1181538435,
            "stop": 1181541745
        },
        {
            "start": 1181541746,
            "stop": 1181541752
        },
        {
            "start": 1181541753,
            "stop": 1181544161
        },
        {
            "start": 1181544162,
            "stop": 1181546896
        },
        {
            "start": 1181546898,
            "stop": 1181549089
        },
        {
            "start": 1181549090,
            "stop": 1181551490
        },
        {
            "start": 1181551491,
            "stop": 1181553612
        },
        {
            "start": 1181553613,
            "stop": 1181555924
        },
        {
            "start": 1181555925,
            "stop": 1181558028
        },
        {
            "start": 1181558029,
            "stop": 1181560459
        },
        {
            "start": 1181560460,
            "stop": 1181562537
        }
    ]
}