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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6671",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6669",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6670,
    "results": [
        {
            "start": 875066316,
            "stop": 875066423
        },
        {
            "start": 875066424,
            "stop": 875066696
        },
        {
            "start": 875066697,
            "stop": 875067302
        },
        {
            "start": 875067303,
            "stop": 875067402
        },
        {
            "start": 875067403,
            "stop": 875067436
        },
        {
            "start": 875067438,
            "stop": 875067446
        },
        {
            "start": 875067447,
            "stop": 875067741
        },
        {
            "start": 875067742,
            "stop": 875068006
        },
        {
            "start": 875068007,
            "stop": 875068014
        },
        {
            "start": 875068015,
            "stop": 875068385
        },
        {
            "start": 875068386,
            "stop": 875069144
        },
        {
            "start": 875069145,
            "stop": 875069673
        },
        {
            "start": 875069674,
            "stop": 875069761
        },
        {
            "start": 875069762,
            "stop": 875069937
        },
        {
            "start": 875069938,
            "stop": 875070032
        },
        {
            "start": 875070033,
            "stop": 875070128
        },
        {
            "start": 875070130,
            "stop": 875070547
        },
        {
            "start": 875070548,
            "stop": 875070903
        },
        {
            "start": 875070905,
            "stop": 875071430
        },
        {
            "start": 875071432,
            "stop": 875071845
        }
    ]
}