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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=169",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 170,
    "results": [
        {
            "start": 1176890592,
            "stop": 1176890600
        },
        {
            "start": 1176890601,
            "stop": 1176890807
        },
        {
            "start": 1176890808,
            "stop": 1176890879
        },
        {
            "start": 1176890880,
            "stop": 1176890983
        },
        {
            "start": 1176890985,
            "stop": 1176891528
        },
        {
            "start": 1176891536,
            "stop": 1176893447
        },
        {
            "start": 1176893455,
            "stop": 1176893456
        },
        {
            "start": 1176893460,
            "stop": 1176893784
        },
        {
            "start": 1176893787,
            "stop": 1176894471
        },
        {
            "start": 1176894472,
            "stop": 1176894474
        },
        {
            "start": 1176894475,
            "stop": 1176894476
        },
        {
            "start": 1176894478,
            "stop": 1176894961
        },
        {
            "start": 1176894963,
            "stop": 1176894979
        },
        {
            "start": 1176894980,
            "stop": 1176895383
        },
        {
            "start": 1176895388,
            "stop": 1176895389
        },
        {
            "start": 1176895393,
            "stop": 1176895452
        },
        {
            "start": 1176895456,
            "stop": 1176895458
        },
        {
            "start": 1176895459,
            "stop": 1176895467
        },
        {
            "start": 1176895469,
            "stop": 1176895501
        },
        {
            "start": 1176895504,
            "stop": 1176895653
        }
    ]
}