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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=224",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 225,
    "results": [
        {
            "start": 860441335,
            "stop": 860453976
        },
        {
            "start": 860455303,
            "stop": 860478545
        },
        {
            "start": 860481618,
            "stop": 860489446
        },
        {
            "start": 860491037,
            "stop": 860497427
        },
        {
            "start": 860498490,
            "stop": 860506915
        },
        {
            "start": 860507677,
            "stop": 860509644
        },
        {
            "start": 860511500,
            "stop": 860527279
        },
        {
            "start": 860528629,
            "stop": 860543094
        },
        {
            "start": 860544526,
            "stop": 860550826
        },
        {
            "start": 860551421,
            "stop": 860552162
        },
        {
            "start": 860552629,
            "stop": 860559698
        },
        {
            "start": 860560415,
            "stop": 860576111
        },
        {
            "start": 860576836,
            "stop": 860585189
        },
        {
            "start": 860586330,
            "stop": 860616128
        },
        {
            "start": 860616845,
            "stop": 860624048
        },
        {
            "start": 860624891,
            "stop": 860675475
        },
        {
            "start": 860676767,
            "stop": 860710788
        },
        {
            "start": 860719054,
            "stop": 860736247
        },
        {
            "start": 860738497,
            "stop": 860740358
        },
        {
            "start": 860745940,
            "stop": 860759684
        }
    ]
}