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=693
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=694",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=692",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 693,
    "results": [
        {
            "start": 856780920,
            "stop": 856791990
        },
        {
            "start": 856791991,
            "stop": 856808426
        },
        {
            "start": 856809490,
            "stop": 856826528
        },
        {
            "start": 856828009,
            "stop": 856845807
        },
        {
            "start": 856845810,
            "stop": 856876820
        },
        {
            "start": 856877534,
            "stop": 856900906
        },
        {
            "start": 856911183,
            "stop": 856911396
        },
        {
            "start": 856912144,
            "stop": 856912788
        },
        {
            "start": 856913978,
            "stop": 856922474
        },
        {
            "start": 856923007,
            "stop": 856928214
        },
        {
            "start": 856928716,
            "stop": 856987245
        },
        {
            "start": 856988224,
            "stop": 857007008
        },
        {
            "start": 857008616,
            "stop": 857022144
        },
        {
            "start": 857022149,
            "stop": 857094645
        },
        {
            "start": 857095976,
            "stop": 857131802
        },
        {
            "start": 857133195,
            "stop": 857162994
        },
        {
            "start": 857163126,
            "stop": 857168995
        },
        {
            "start": 857169815,
            "stop": 857170059
        },
        {
            "start": 857170485,
            "stop": 857215109
        },
        {
            "start": 857216649,
            "stop": 857229901
        }
    ]
}