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=229
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=230",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=228",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 229,
    "results": [
        {
            "start": 1259280209,
            "stop": 1259280246
        },
        {
            "start": 1259280249,
            "stop": 1259280281
        },
        {
            "start": 1259280286,
            "stop": 1259280324
        },
        {
            "start": 1259280330,
            "stop": 1259280416
        },
        {
            "start": 1259280425,
            "stop": 1259280429
        },
        {
            "start": 1259280432,
            "stop": 1259280459
        },
        {
            "start": 1259280462,
            "stop": 1259280521
        },
        {
            "start": 1259280524,
            "stop": 1259280526
        },
        {
            "start": 1259280534,
            "stop": 1259280558
        },
        {
            "start": 1259280561,
            "stop": 1259280648
        },
        {
            "start": 1259280651,
            "stop": 1259280656
        },
        {
            "start": 1259280659,
            "stop": 1259280669
        },
        {
            "start": 1259280672,
            "stop": 1259280675
        },
        {
            "start": 1259280681,
            "stop": 1259280683
        },
        {
            "start": 1259280687,
            "stop": 1259280698
        },
        {
            "start": 1259280701,
            "stop": 1259280703
        },
        {
            "start": 1259280706,
            "stop": 1259280796
        },
        {
            "start": 1259280799,
            "stop": 1259280800
        },
        {
            "start": 1259280803,
            "stop": 1259280808
        },
        {
            "start": 1259280811,
            "stop": 1259280817
        }
    ]
}