Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6684
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=6685",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6683",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6684,
    "results": [
        {
            "start": 875150038,
            "stop": 875150160
        },
        {
            "start": 875150162,
            "stop": 875150391
        },
        {
            "start": 875150393,
            "stop": 875150627
        },
        {
            "start": 875150628,
            "stop": 875150930
        },
        {
            "start": 875150931,
            "stop": 875151443
        },
        {
            "start": 875151444,
            "stop": 875151587
        },
        {
            "start": 875151589,
            "stop": 875151751
        },
        {
            "start": 875151753,
            "stop": 875151924
        },
        {
            "start": 875151926,
            "stop": 875152008
        },
        {
            "start": 875152009,
            "stop": 875152295
        },
        {
            "start": 875152296,
            "stop": 875152500
        },
        {
            "start": 875152501,
            "stop": 875152815
        },
        {
            "start": 875152816,
            "stop": 875153266
        },
        {
            "start": 875153267,
            "stop": 875153676
        },
        {
            "start": 875153677,
            "stop": 875153679
        },
        {
            "start": 875153680,
            "stop": 875153693
        },
        {
            "start": 875153694,
            "stop": 875153987
        },
        {
            "start": 875153989,
            "stop": 875154060
        },
        {
            "start": 875162343,
            "stop": 875162397
        },
        {
            "start": 875162398,
            "stop": 875162434
        }
    ]
}