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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=153",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 154,
    "results": [
        {
            "start": 1176734937,
            "stop": 1176734974
        },
        {
            "start": 1176734980,
            "stop": 1176734981
        },
        {
            "start": 1176734996,
            "stop": 1176734997
        },
        {
            "start": 1176734999,
            "stop": 1176735152
        },
        {
            "start": 1176735153,
            "stop": 1176735192
        },
        {
            "start": 1176735197,
            "stop": 1176735391
        },
        {
            "start": 1176735392,
            "stop": 1176735394
        },
        {
            "start": 1176735395,
            "stop": 1176735518
        },
        {
            "start": 1176735519,
            "stop": 1176736710
        },
        {
            "start": 1176736711,
            "stop": 1176736719
        },
        {
            "start": 1176736720,
            "stop": 1176736734
        },
        {
            "start": 1176736739,
            "stop": 1176736887
        },
        {
            "start": 1176736888,
            "stop": 1176736889
        },
        {
            "start": 1176736890,
            "stop": 1176736903
        },
        {
            "start": 1176736904,
            "stop": 1176736982
        },
        {
            "start": 1176736983,
            "stop": 1176736984
        },
        {
            "start": 1176736985,
            "stop": 1176739235
        },
        {
            "start": 1176755416,
            "stop": 1176755598
        },
        {
            "start": 1176755600,
            "stop": 1176762434
        },
        {
            "start": 1176762436,
            "stop": 1176763172
        }
    ]
}