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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=248",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 249,
    "results": [
        {
            "start": 1259404185,
            "stop": 1259404381
        },
        {
            "start": 1259404384,
            "stop": 1259404415
        },
        {
            "start": 1259404418,
            "stop": 1259404754
        },
        {
            "start": 1259404760,
            "stop": 1259404862
        },
        {
            "start": 1259404865,
            "stop": 1259405024
        },
        {
            "start": 1259405027,
            "stop": 1259405503
        },
        {
            "start": 1259405506,
            "stop": 1259406206
        },
        {
            "start": 1259406209,
            "stop": 1259406249
        },
        {
            "start": 1259406252,
            "stop": 1259407074
        },
        {
            "start": 1259407077,
            "stop": 1259407790
        },
        {
            "start": 1259407793,
            "stop": 1259408037
        },
        {
            "start": 1259408040,
            "stop": 1259408428
        },
        {
            "start": 1259408431,
            "stop": 1259408581
        },
        {
            "start": 1259408584,
            "stop": 1259408635
        },
        {
            "start": 1259408638,
            "stop": 1259408752
        },
        {
            "start": 1259408755,
            "stop": 1259408762
        },
        {
            "start": 1259408768,
            "stop": 1259409209
        },
        {
            "start": 1259409212,
            "stop": 1259409657
        },
        {
            "start": 1259409660,
            "stop": 1259409875
        },
        {
            "start": 1259409878,
            "stop": 1259410191
        }
    ]
}