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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=292",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 293,
    "results": [
        {
            "start": 1260227910,
            "stop": 1260228035
        },
        {
            "start": 1260228038,
            "stop": 1260228489
        },
        {
            "start": 1260228492,
            "stop": 1260228786
        },
        {
            "start": 1260228788,
            "stop": 1260229651
        },
        {
            "start": 1260229654,
            "stop": 1260229788
        },
        {
            "start": 1260229790,
            "stop": 1260229851
        },
        {
            "start": 1260229852,
            "stop": 1260229860
        },
        {
            "start": 1260229862,
            "stop": 1260230236
        },
        {
            "start": 1260230237,
            "stop": 1260230376
        },
        {
            "start": 1260230379,
            "stop": 1260230393
        },
        {
            "start": 1260230396,
            "stop": 1260230596
        },
        {
            "start": 1260230598,
            "stop": 1260230833
        },
        {
            "start": 1260230836,
            "stop": 1260231140
        },
        {
            "start": 1260231141,
            "stop": 1260231220
        },
        {
            "start": 1260231223,
            "stop": 1260231485
        },
        {
            "start": 1260231486,
            "stop": 1260231496
        },
        {
            "start": 1260231499,
            "stop": 1260231613
        },
        {
            "start": 1260231614,
            "stop": 1260231659
        },
        {
            "start": 1260231660,
            "stop": 1260232262
        },
        {
            "start": 1260232263,
            "stop": 1260232279
        }
    ]
}