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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=31",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 32,
    "results": [
        {
            "start": 819347043,
            "stop": 819347772
        },
        {
            "start": 819347775,
            "stop": 819347936
        },
        {
            "start": 819347939,
            "stop": 819348000
        },
        {
            "start": 819348110,
            "stop": 819348184
        },
        {
            "start": 819354505,
            "stop": 819358273
        },
        {
            "start": 819358366,
            "stop": 819362042
        },
        {
            "start": 819362242,
            "stop": 819362593
        },
        {
            "start": 819364026,
            "stop": 819370134
        },
        {
            "start": 819371319,
            "stop": 819377829
        },
        {
            "start": 819377831,
            "stop": 819377832
        },
        {
            "start": 819378478,
            "stop": 819380113
        },
        {
            "start": 819380976,
            "stop": 819384811
        },
        {
            "start": 819384813,
            "stop": 819386152
        },
        {
            "start": 819386153,
            "stop": 819392347
        },
        {
            "start": 819397710,
            "stop": 819400737
        },
        {
            "start": 819402488,
            "stop": 819404684
        },
        {
            "start": 819405436,
            "stop": 819409213
        },
        {
            "start": 819410200,
            "stop": 819410223
        },
        {
            "start": 819411761,
            "stop": 819418753
        },
        {
            "start": 819419475,
            "stop": 819424082
        }
    ]
}