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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40625",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40623",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40624,
    "results": [
        {
            "start": 874900187,
            "stop": 874900250
        },
        {
            "start": 874900251,
            "stop": 874900274
        },
        {
            "start": 874900275,
            "stop": 874900286
        },
        {
            "start": 874900287,
            "stop": 874900291
        },
        {
            "start": 874900292,
            "stop": 874900385
        },
        {
            "start": 874900386,
            "stop": 874900445
        },
        {
            "start": 874900446,
            "stop": 874900476
        },
        {
            "start": 874900477,
            "stop": 874900532
        },
        {
            "start": 874900533,
            "stop": 874900585
        },
        {
            "start": 874900586,
            "stop": 874900594
        },
        {
            "start": 874900595,
            "stop": 874900641
        },
        {
            "start": 874900642,
            "stop": 874900647
        },
        {
            "start": 874900648,
            "stop": 874900666
        },
        {
            "start": 874900667,
            "stop": 874900670
        },
        {
            "start": 874900671,
            "stop": 874900675
        },
        {
            "start": 874900676,
            "stop": 874900682
        },
        {
            "start": 874900683,
            "stop": 874900692
        },
        {
            "start": 874900694,
            "stop": 874900702
        },
        {
            "start": 874900703,
            "stop": 874900710
        },
        {
            "start": 874900711,
            "stop": 874900843
        }
    ]
}