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=409
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=410",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=408",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 409,
    "results": [
        {
            "start": 1261266430,
            "stop": 1261271825
        },
        {
            "start": 1261271828,
            "stop": 1261272439
        },
        {
            "start": 1261272442,
            "stop": 1261272620
        },
        {
            "start": 1261272623,
            "stop": 1261273778
        },
        {
            "start": 1261273781,
            "stop": 1261273990
        },
        {
            "start": 1261273993,
            "stop": 1261274578
        },
        {
            "start": 1261274581,
            "stop": 1261276763
        },
        {
            "start": 1261276766,
            "stop": 1261276809
        },
        {
            "start": 1261276812,
            "stop": 1261277155
        },
        {
            "start": 1261277158,
            "stop": 1261277692
        },
        {
            "start": 1261277695,
            "stop": 1261278287
        },
        {
            "start": 1261278290,
            "stop": 1261280295
        },
        {
            "start": 1261298290,
            "stop": 1261305752
        },
        {
            "start": 1261305755,
            "stop": 1261306322
        },
        {
            "start": 1261306324,
            "stop": 1261312746
        },
        {
            "start": 1261312749,
            "stop": 1261315725
        },
        {
            "start": 1261315728,
            "stop": 1261323092
        },
        {
            "start": 1261323095,
            "stop": 1261325766
        },
        {
            "start": 1261325769,
            "stop": 1261327912
        },
        {
            "start": 1261327914,
            "stop": 1261327951
        }
    ]
}