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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=313",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 314,
    "results": [
        {
            "start": 1260307595,
            "stop": 1260307620
        },
        {
            "start": 1260307623,
            "stop": 1260307691
        },
        {
            "start": 1260307694,
            "stop": 1260307710
        },
        {
            "start": 1260307713,
            "stop": 1260307783
        },
        {
            "start": 1260307786,
            "stop": 1260307861
        },
        {
            "start": 1260307864,
            "stop": 1260307938
        },
        {
            "start": 1260307941,
            "stop": 1260308012
        },
        {
            "start": 1260308015,
            "stop": 1260308063
        },
        {
            "start": 1260308066,
            "stop": 1260308201
        },
        {
            "start": 1260308203,
            "stop": 1260308206
        },
        {
            "start": 1260308209,
            "stop": 1260308275
        },
        {
            "start": 1260308278,
            "stop": 1260308291
        },
        {
            "start": 1260308294,
            "stop": 1260308370
        },
        {
            "start": 1260308373,
            "stop": 1260308391
        },
        {
            "start": 1260308394,
            "stop": 1260308523
        },
        {
            "start": 1260308526,
            "stop": 1260308527
        },
        {
            "start": 1260308530,
            "stop": 1260308538
        },
        {
            "start": 1260308541,
            "stop": 1260308564
        },
        {
            "start": 1260308567,
            "stop": 1260308609
        },
        {
            "start": 1260308612,
            "stop": 1260308728
        }
    ]
}