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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=360",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 361,
    "results": [
        {
            "start": 821494037,
            "stop": 821494060
        },
        {
            "start": 821494063,
            "stop": 821494174
        },
        {
            "start": 821494177,
            "stop": 821494304
        },
        {
            "start": 821494485,
            "stop": 821494692
        },
        {
            "start": 821494695,
            "stop": 821494803
        },
        {
            "start": 821494806,
            "stop": 821494904
        },
        {
            "start": 821495085,
            "stop": 821495094
        },
        {
            "start": 821495097,
            "stop": 821495122
        },
        {
            "start": 821495125,
            "stop": 821495171
        },
        {
            "start": 821495174,
            "stop": 821495199
        },
        {
            "start": 821495202,
            "stop": 821495216
        },
        {
            "start": 821495219,
            "stop": 821495284
        },
        {
            "start": 821495289,
            "stop": 821495351
        },
        {
            "start": 821495354,
            "stop": 821495357
        },
        {
            "start": 821495360,
            "stop": 821495405
        },
        {
            "start": 821495408,
            "stop": 821495461
        },
        {
            "start": 821495464,
            "stop": 821495528
        },
        {
            "start": 821495532,
            "stop": 821495558
        },
        {
            "start": 821495562,
            "stop": 821495579
        },
        {
            "start": 821495582,
            "stop": 821495605
        }
    ]
}