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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=212",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 213,
    "results": [
        {
            "start": 856700142,
            "stop": 856702997
        },
        {
            "start": 856703566,
            "stop": 856710863
        },
        {
            "start": 856711420,
            "stop": 856718656
        },
        {
            "start": 856720897,
            "stop": 856726102
        },
        {
            "start": 856727129,
            "stop": 856727650
        },
        {
            "start": 856728380,
            "stop": 856728775
        },
        {
            "start": 856747232,
            "stop": 856764514
        },
        {
            "start": 856764516,
            "stop": 856778501
        },
        {
            "start": 856780920,
            "stop": 856808426
        },
        {
            "start": 856809490,
            "stop": 856826528
        },
        {
            "start": 856828009,
            "stop": 856845809
        },
        {
            "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": 857094645
        }
    ]
}