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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6446",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6444",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6445,
    "results": [
        {
            "start": 873870351,
            "stop": 873870459
        },
        {
            "start": 873870461,
            "stop": 873870508
        },
        {
            "start": 873870509,
            "stop": 873870959
        },
        {
            "start": 873870961,
            "stop": 873871345
        },
        {
            "start": 873871346,
            "stop": 873871453
        },
        {
            "start": 873871454,
            "stop": 873872068
        },
        {
            "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
        }
    ]
}