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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=208",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 209,
    "results": [
        {
            "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
        },
        {
            "start": 1176895656,
            "stop": 1176897515
        },
        {
            "start": 1176897516,
            "stop": 1176897521
        }
    ]
}