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=315
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=316",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=314",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 315,
    "results": [
        {
            "start": 1260308731,
            "stop": 1260308772
        },
        {
            "start": 1260308775,
            "stop": 1260308967
        },
        {
            "start": 1260308970,
            "stop": 1260309022
        },
        {
            "start": 1260309025,
            "stop": 1260309185
        },
        {
            "start": 1260309188,
            "stop": 1260309225
        },
        {
            "start": 1260309228,
            "stop": 1260309337
        },
        {
            "start": 1260309340,
            "stop": 1260309359
        },
        {
            "start": 1260309362,
            "stop": 1260309376
        },
        {
            "start": 1260309379,
            "stop": 1260309391
        },
        {
            "start": 1260309397,
            "stop": 1260309543
        },
        {
            "start": 1260309546,
            "stop": 1260309586
        },
        {
            "start": 1260309589,
            "stop": 1260309731
        },
        {
            "start": 1260309734,
            "stop": 1260309735
        },
        {
            "start": 1260309738,
            "stop": 1260309746
        },
        {
            "start": 1260309749,
            "stop": 1260309799
        },
        {
            "start": 1260309802,
            "stop": 1260309810
        },
        {
            "start": 1260309813,
            "stop": 1260309883
        },
        {
            "start": 1260309886,
            "stop": 1260309890
        },
        {
            "start": 1260309893,
            "stop": 1260309952
        },
        {
            "start": 1260309955,
            "stop": 1260310035
        }
    ]
}