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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41093",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41094,
    "results": [
        {
            "start": 875222160,
            "stop": 875222182
        },
        {
            "start": 875222183,
            "stop": 875222210
        },
        {
            "start": 875222212,
            "stop": 875222237
        },
        {
            "start": 875222238,
            "stop": 875222261
        },
        {
            "start": 875222262,
            "stop": 875222263
        },
        {
            "start": 875222264,
            "stop": 875222326
        },
        {
            "start": 875222327,
            "stop": 875222358
        },
        {
            "start": 875222359,
            "stop": 875222391
        },
        {
            "start": 875222392,
            "stop": 875222426
        },
        {
            "start": 875222427,
            "stop": 875222432
        },
        {
            "start": 875222433,
            "stop": 875222511
        },
        {
            "start": 875222513,
            "stop": 875222518
        },
        {
            "start": 875222521,
            "stop": 875222536
        },
        {
            "start": 875222537,
            "stop": 875222539
        },
        {
            "start": 875222540,
            "stop": 875222581
        },
        {
            "start": 875222582,
            "stop": 875222601
        },
        {
            "start": 875222602,
            "stop": 875222699
        },
        {
            "start": 875222700,
            "stop": 875222765
        },
        {
            "start": 875222766,
            "stop": 875222768
        },
        {
            "start": 875222769,
            "stop": 875222814
        }
    ]
}