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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=177",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 178,
    "results": [
        {
            "start": 1126783867,
            "stop": 1126783929
        },
        {
            "start": 1126783931,
            "stop": 1126783958
        },
        {
            "start": 1126783960,
            "stop": 1126784195
        },
        {
            "start": 1126784196,
            "stop": 1126784350
        },
        {
            "start": 1126784357,
            "stop": 1126784521
        },
        {
            "start": 1126784522,
            "stop": 1126784547
        },
        {
            "start": 1126784548,
            "stop": 1126784710
        },
        {
            "start": 1126784713,
            "stop": 1126784717
        },
        {
            "start": 1126784719,
            "stop": 1126784888
        },
        {
            "start": 1126784889,
            "stop": 1126784892
        },
        {
            "start": 1126784895,
            "stop": 1126784988
        },
        {
            "start": 1126784989,
            "stop": 1126785015
        },
        {
            "start": 1126785016,
            "stop": 1126785218
        },
        {
            "start": 1126785220,
            "stop": 1126785536
        },
        {
            "start": 1126785537,
            "stop": 1126785664
        },
        {
            "start": 1126785665,
            "stop": 1126785722
        },
        {
            "start": 1126785727,
            "stop": 1126785841
        },
        {
            "start": 1126785843,
            "stop": 1126785996
        },
        {
            "start": 1126785997,
            "stop": 1126786045
        },
        {
            "start": 1126786046,
            "stop": 1126786163
        }
    ]
}