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=7215
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=7216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7214",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7215,
    "results": [
        {
            "start": 874690702,
            "stop": 874690827
        },
        {
            "start": 874690828,
            "stop": 874691055
        },
        {
            "start": 874691056,
            "stop": 874691229
        },
        {
            "start": 874691230,
            "stop": 874691232
        },
        {
            "start": 874691233,
            "stop": 874691387
        },
        {
            "start": 874691388,
            "stop": 874691417
        },
        {
            "start": 874691418,
            "stop": 874691790
        },
        {
            "start": 874691792,
            "stop": 874691796
        },
        {
            "start": 874691797,
            "stop": 874692225
        },
        {
            "start": 874692226,
            "stop": 874692686
        },
        {
            "start": 874692687,
            "stop": 874692948
        },
        {
            "start": 874692949,
            "stop": 874693076
        },
        {
            "start": 874693077,
            "stop": 874693416
        },
        {
            "start": 874693417,
            "stop": 874693665
        },
        {
            "start": 874693666,
            "stop": 874693715
        },
        {
            "start": 874693716,
            "stop": 874694099
        },
        {
            "start": 874694100,
            "stop": 874694253
        },
        {
            "start": 874694254,
            "stop": 874694375
        },
        {
            "start": 874694376,
            "stop": 874694577
        },
        {
            "start": 874694578,
            "stop": 874694681
        }
    ]
}