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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=528",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=526",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 527,
    "results": [
        {
            "start": 1184906235,
            "stop": 1184906525
        },
        {
            "start": 1184906527,
            "stop": 1184906665
        },
        {
            "start": 1184906667,
            "stop": 1184906671
        },
        {
            "start": 1184906676,
            "stop": 1184906677
        },
        {
            "start": 1184906680,
            "stop": 1184907048
        },
        {
            "start": 1184907050,
            "stop": 1184907078
        },
        {
            "start": 1184907082,
            "stop": 1184907159
        },
        {
            "start": 1184907161,
            "stop": 1184907198
        },
        {
            "start": 1184907200,
            "stop": 1184907203
        },
        {
            "start": 1184907206,
            "stop": 1184907217
        },
        {
            "start": 1184907219,
            "stop": 1184907222
        },
        {
            "start": 1184907233,
            "stop": 1184907408
        },
        {
            "start": 1184907409,
            "stop": 1184907419
        },
        {
            "start": 1184907421,
            "stop": 1184907567
        },
        {
            "start": 1184907569,
            "stop": 1184907570
        },
        {
            "start": 1184907574,
            "stop": 1184907658
        },
        {
            "start": 1184907661,
            "stop": 1184907706
        },
        {
            "start": 1184907712,
            "stop": 1184907713
        },
        {
            "start": 1184907716,
            "stop": 1184907847
        },
        {
            "start": 1184907849,
            "stop": 1184908564
        }
    ]
}