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_CAT2E/segments?format=api&page=7311
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=7312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7310",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7311,
    "results": [
        {
            "start": 875146837,
            "stop": 875147123
        },
        {
            "start": 875147125,
            "stop": 875147331
        },
        {
            "start": 875147333,
            "stop": 875147531
        },
        {
            "start": 875147533,
            "stop": 875147866
        },
        {
            "start": 875147867,
            "stop": 875148025
        },
        {
            "start": 875148026,
            "stop": 875148056
        },
        {
            "start": 875148057,
            "stop": 875148379
        },
        {
            "start": 875148381,
            "stop": 875148610
        },
        {
            "start": 875148611,
            "stop": 875148916
        },
        {
            "start": 875148918,
            "stop": 875149311
        },
        {
            "start": 875149312,
            "stop": 875149366
        },
        {
            "start": 875149367,
            "stop": 875149741
        },
        {
            "start": 875149743,
            "stop": 875149794
        },
        {
            "start": 875149795,
            "stop": 875150037
        },
        {
            "start": 875150038,
            "stop": 875150160
        },
        {
            "start": 875150162,
            "stop": 875150391
        },
        {
            "start": 875150393,
            "stop": 875150627
        },
        {
            "start": 875150628,
            "stop": 875150930
        },
        {
            "start": 875150931,
            "stop": 875151443
        },
        {
            "start": 875151444,
            "stop": 875151587
        }
    ]
}