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=7041
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=7042",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7040",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7041,
    "results": [
        {
            "start": 873872070,
            "stop": 873872071
        },
        {
            "start": 873872072,
            "stop": 873872159
        },
        {
            "start": 873872161,
            "stop": 873872410
        },
        {
            "start": 873872412,
            "stop": 873872926
        },
        {
            "start": 873872927,
            "stop": 873873222
        },
        {
            "start": 873873223,
            "stop": 873873417
        },
        {
            "start": 873873418,
            "stop": 873873619
        },
        {
            "start": 873873620,
            "stop": 873873659
        },
        {
            "start": 873873660,
            "stop": 873873959
        },
        {
            "start": 873873960,
            "stop": 873874012
        },
        {
            "start": 873874013,
            "stop": 873874336
        },
        {
            "start": 873874337,
            "stop": 873874726
        },
        {
            "start": 873874727,
            "stop": 873874951
        },
        {
            "start": 873874952,
            "stop": 873875033
        },
        {
            "start": 873875034,
            "stop": 873875239
        },
        {
            "start": 873875240,
            "stop": 873875577
        },
        {
            "start": 873875579,
            "stop": 873875603
        },
        {
            "start": 873875604,
            "stop": 873876031
        },
        {
            "start": 873876032,
            "stop": 873876521
        },
        {
            "start": 873876522,
            "stop": 873876681
        }
    ]
}