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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=754",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=752",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 753,
    "results": [
        {
            "start": 1268543609,
            "stop": 1268550626
        },
        {
            "start": 1268550630,
            "stop": 1268552390
        },
        {
            "start": 1268552394,
            "stop": 1268553565
        },
        {
            "start": 1268553568,
            "stop": 1268553764
        },
        {
            "start": 1268553766,
            "stop": 1268554669
        },
        {
            "start": 1268554672,
            "stop": 1268558147
        },
        {
            "start": 1268558150,
            "stop": 1268558789
        },
        {
            "start": 1268558792,
            "stop": 1268560189
        },
        {
            "start": 1268560271,
            "stop": 1268560361
        },
        {
            "start": 1268560443,
            "stop": 1268560588
        },
        {
            "start": 1268561576,
            "stop": 1268566627
        },
        {
            "start": 1268566630,
            "stop": 1268566897
        },
        {
            "start": 1268566900,
            "stop": 1268568274
        },
        {
            "start": 1268568277,
            "stop": 1268568537
        },
        {
            "start": 1268568540,
            "stop": 1268570695
        },
        {
            "start": 1268580830,
            "stop": 1268590303
        },
        {
            "start": 1268590306,
            "stop": 1268590589
        },
        {
            "start": 1268590632,
            "stop": 1268592220
        },
        {
            "start": 1268592223,
            "stop": 1268594885
        },
        {
            "start": 1268594888,
            "stop": 1268595355
        }
    ]
}