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/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7037
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7036",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7037,
    "results": [
        {
            "start": 873851161,
            "stop": 873851574
        },
        {
            "start": 873851575,
            "stop": 873851868
        },
        {
            "start": 873851870,
            "stop": 873852414
        },
        {
            "start": 873852415,
            "stop": 873852844
        },
        {
            "start": 873852845,
            "stop": 873852877
        },
        {
            "start": 873852883,
            "stop": 873853084
        },
        {
            "start": 873853085,
            "stop": 873853174
        },
        {
            "start": 873853175,
            "stop": 873853444
        },
        {
            "start": 873853446,
            "stop": 873853764
        },
        {
            "start": 873853765,
            "stop": 873854655
        },
        {
            "start": 873854657,
            "stop": 873854764
        },
        {
            "start": 873854765,
            "stop": 873855147
        },
        {
            "start": 873855149,
            "stop": 873855465
        },
        {
            "start": 873855466,
            "stop": 873855920
        },
        {
            "start": 873855921,
            "stop": 873856332
        },
        {
            "start": 873856333,
            "stop": 873856670
        },
        {
            "start": 873856671,
            "stop": 873856751
        },
        {
            "start": 873856752,
            "stop": 873856923
        },
        {
            "start": 873856924,
            "stop": 873856952
        },
        {
            "start": 873856953,
            "stop": 873857344
        }
    ]
}