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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6232",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6233,
    "results": [
        {
            "start": 874797155,
            "stop": 874797156
        },
        {
            "start": 874797159,
            "stop": 874797925
        },
        {
            "start": 874797929,
            "stop": 874798429
        },
        {
            "start": 874798432,
            "stop": 874798458
        },
        {
            "start": 874798461,
            "stop": 874798492
        },
        {
            "start": 874798495,
            "stop": 874798675
        },
        {
            "start": 874798676,
            "stop": 874798752
        },
        {
            "start": 874798754,
            "stop": 874798846
        },
        {
            "start": 874798851,
            "stop": 874798857
        },
        {
            "start": 874798861,
            "stop": 874799098
        },
        {
            "start": 874799099,
            "stop": 874799714
        },
        {
            "start": 874799717,
            "stop": 874799720
        },
        {
            "start": 874799723,
            "stop": 874799725
        },
        {
            "start": 874799728,
            "stop": 874799743
        },
        {
            "start": 874799746,
            "stop": 874799783
        },
        {
            "start": 874799788,
            "stop": 874801800
        },
        {
            "start": 874801802,
            "stop": 874802259
        },
        {
            "start": 874802925,
            "stop": 874802955
        },
        {
            "start": 874802960,
            "stop": 874803133
        },
        {
            "start": 874803136,
            "stop": 874803139
        }
    ]
}