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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=215",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 216,
    "results": [
        {
            "start": 857642133,
            "stop": 857645416
        },
        {
            "start": 857647201,
            "stop": 857652016
        },
        {
            "start": 857653542,
            "stop": 857655511
        },
        {
            "start": 857655512,
            "stop": 857667252
        },
        {
            "start": 857669641,
            "stop": 857672854
        },
        {
            "start": 857675267,
            "stop": 857678570
        },
        {
            "start": 857679613,
            "stop": 857682007
        },
        {
            "start": 857682621,
            "stop": 857686165
        },
        {
            "start": 857689497,
            "stop": 857695445
        },
        {
            "start": 857696660,
            "stop": 857706546
        },
        {
            "start": 857708948,
            "stop": 857715479
        },
        {
            "start": 857716317,
            "stop": 857735266
        },
        {
            "start": 857737436,
            "stop": 857738266
        },
        {
            "start": 857738311,
            "stop": 857738990
        },
        {
            "start": 857740945,
            "stop": 857742764
        },
        {
            "start": 857742766,
            "stop": 857743006
        },
        {
            "start": 857743612,
            "stop": 857746756
        },
        {
            "start": 857746758,
            "stop": 857746923
        },
        {
            "start": 857746924,
            "stop": 857755001
        },
        {
            "start": 857779169,
            "stop": 857788971
        }
    ]
}