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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=446",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=444",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 445,
    "results": [
        {
            "start": 1261664578,
            "stop": 1261664599
        },
        {
            "start": 1261664602,
            "stop": 1261664759
        },
        {
            "start": 1261664762,
            "stop": 1261665938
        },
        {
            "start": 1261665941,
            "stop": 1261666313
        },
        {
            "start": 1261666316,
            "stop": 1261666464
        },
        {
            "start": 1261666467,
            "stop": 1261666468
        },
        {
            "start": 1261666471,
            "stop": 1261666571
        },
        {
            "start": 1261666574,
            "stop": 1261666575
        },
        {
            "start": 1261666578,
            "stop": 1261666596
        },
        {
            "start": 1261666599,
            "stop": 1261666726
        },
        {
            "start": 1261666729,
            "stop": 1261666730
        },
        {
            "start": 1261666733,
            "stop": 1261667847
        },
        {
            "start": 1261667850,
            "stop": 1261667864
        },
        {
            "start": 1261667867,
            "stop": 1261667963
        },
        {
            "start": 1261667966,
            "stop": 1261667984
        },
        {
            "start": 1261667987,
            "stop": 1261668101
        },
        {
            "start": 1261668104,
            "stop": 1261669015
        },
        {
            "start": 1261669018,
            "stop": 1261669120
        },
        {
            "start": 1261669123,
            "stop": 1261669419
        },
        {
            "start": 1261669422,
            "stop": 1261669423
        }
    ]
}