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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=559",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=557",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 558,
    "results": [
        {
            "start": 1262813476,
            "stop": 1262813479
        },
        {
            "start": 1262813482,
            "stop": 1262813497
        },
        {
            "start": 1262813500,
            "stop": 1262813504
        },
        {
            "start": 1262813507,
            "stop": 1262813509
        },
        {
            "start": 1262813512,
            "stop": 1262813521
        },
        {
            "start": 1262813524,
            "stop": 1262813552
        },
        {
            "start": 1262813555,
            "stop": 1262813563
        },
        {
            "start": 1262813566,
            "stop": 1262813567
        },
        {
            "start": 1262813570,
            "stop": 1262813571
        },
        {
            "start": 1262813574,
            "stop": 1262813588
        },
        {
            "start": 1262813591,
            "stop": 1262813593
        },
        {
            "start": 1262813596,
            "stop": 1262813621
        },
        {
            "start": 1262813624,
            "stop": 1262813626
        },
        {
            "start": 1262813629,
            "stop": 1262813630
        },
        {
            "start": 1262813633,
            "stop": 1262813636
        },
        {
            "start": 1262813639,
            "stop": 1262813687
        },
        {
            "start": 1262813690,
            "stop": 1262813900
        },
        {
            "start": 1262813906,
            "stop": 1262813983
        },
        {
            "start": 1262813986,
            "stop": 1262814008
        },
        {
            "start": 1262814011,
            "stop": 1262814012
        }
    ]
}