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=718
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=719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=717",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 718,
    "results": [
        {
            "start": 862714895,
            "stop": 862714956
        },
        {
            "start": 862714958,
            "stop": 862716207
        },
        {
            "start": 862717081,
            "stop": 862732299
        },
        {
            "start": 862734908,
            "stop": 862768774
        },
        {
            "start": 862769604,
            "stop": 862770000
        },
        {
            "start": 862770065,
            "stop": 862770085
        },
        {
            "start": 862770102,
            "stop": 862770103
        },
        {
            "start": 862770106,
            "stop": 862773020
        },
        {
            "start": 862773023,
            "stop": 862773025
        },
        {
            "start": 862773028,
            "stop": 862773030
        },
        {
            "start": 862773033,
            "stop": 862773039
        },
        {
            "start": 862773050,
            "stop": 862773053
        },
        {
            "start": 862773795,
            "stop": 862780472
        },
        {
            "start": 862805869,
            "stop": 862813893
        },
        {
            "start": 862815287,
            "stop": 862855407
        },
        {
            "start": 862858185,
            "stop": 862858282
        },
        {
            "start": 862859535,
            "stop": 862869990
        },
        {
            "start": 862873513,
            "stop": 862880061
        },
        {
            "start": 862881023,
            "stop": 862895140
        },
        {
            "start": 862895142,
            "stop": 862896983
        }
    ]
}