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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=296",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 297,
    "results": [
        {
            "start": 864761530,
            "stop": 864761531
        },
        {
            "start": 864761641,
            "stop": 864762261
        },
        {
            "start": 864762561,
            "stop": 864767657
        },
        {
            "start": 864768148,
            "stop": 864771374
        },
        {
            "start": 864771484,
            "stop": 864771662
        },
        {
            "start": 864771962,
            "stop": 864775939
        },
        {
            "start": 864775941,
            "stop": 864777318
        },
        {
            "start": 864779342,
            "stop": 864858768
        },
        {
            "start": 864860156,
            "stop": 864921588
        },
        {
            "start": 864922152,
            "stop": 864962905
        },
        {
            "start": 864963207,
            "stop": 864963358
        },
        {
            "start": 864963468,
            "stop": 864963818
        },
        {
            "start": 864968791,
            "stop": 864969231
        },
        {
            "start": 864969531,
            "stop": 864975088
        },
        {
            "start": 864975090,
            "stop": 865015524
        },
        {
            "start": 865016362,
            "stop": 865019895
        },
        {
            "start": 865020719,
            "stop": 865028777
        },
        {
            "start": 865030030,
            "stop": 865030323
        },
        {
            "start": 865031749,
            "stop": 865034964
        },
        {
            "start": 865037349,
            "stop": 865046285
        }
    ]
}