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=6451
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=6452",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6450",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6451,
    "results": [
        {
            "start": 873910873,
            "stop": 873911053
        },
        {
            "start": 873911054,
            "stop": 873911764
        },
        {
            "start": 873911766,
            "stop": 873912088
        },
        {
            "start": 873912089,
            "stop": 873912386
        },
        {
            "start": 873942406,
            "stop": 873942816
        },
        {
            "start": 873942817,
            "stop": 873943232
        },
        {
            "start": 873943233,
            "stop": 873943333
        },
        {
            "start": 873943334,
            "stop": 873943457
        },
        {
            "start": 873943459,
            "stop": 873943627
        },
        {
            "start": 873943628,
            "stop": 873943654
        },
        {
            "start": 873943655,
            "stop": 873943872
        },
        {
            "start": 873943873,
            "stop": 873943952
        },
        {
            "start": 873943953,
            "stop": 873944088
        },
        {
            "start": 873944090,
            "stop": 873944131
        },
        {
            "start": 873944132,
            "stop": 873944174
        },
        {
            "start": 873944176,
            "stop": 873944454
        },
        {
            "start": 873944455,
            "stop": 873944696
        },
        {
            "start": 873944697,
            "stop": 873945018
        },
        {
            "start": 873945019,
            "stop": 873945455
        },
        {
            "start": 873945456,
            "stop": 873945599
        }
    ]
}