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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=784",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=782",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 783,
    "results": [
        {
            "start": 871922459,
            "stop": 871931442
        },
        {
            "start": 871931444,
            "stop": 871933653
        },
        {
            "start": 871934718,
            "stop": 871942260
        },
        {
            "start": 871942320,
            "stop": 872015131
        },
        {
            "start": 872016185,
            "stop": 872016318
        },
        {
            "start": 872016321,
            "stop": 872016477
        },
        {
            "start": 872016961,
            "stop": 872018292
        },
        {
            "start": 872019292,
            "stop": 872030837
        },
        {
            "start": 872032216,
            "stop": 872049076
        },
        {
            "start": 872050844,
            "stop": 872092880
        },
        {
            "start": 872094442,
            "stop": 872103970
        },
        {
            "start": 872105657,
            "stop": 872129378
        },
        {
            "start": 872129380,
            "stop": 872129571
        },
        {
            "start": 872131098,
            "stop": 872142107
        },
        {
            "start": 872143950,
            "stop": 872167757
        },
        {
            "start": 872168993,
            "stop": 872183056
        },
        {
            "start": 872183772,
            "stop": 872201809
        },
        {
            "start": 872203081,
            "stop": 872242369
        },
        {
            "start": 872242907,
            "stop": 872281668
        },
        {
            "start": 872281669,
            "stop": 872299551
        }
    ]
}