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=7323
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=7324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7322",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7323,
    "results": [
        {
            "start": 875214097,
            "stop": 875214233
        },
        {
            "start": 875214234,
            "stop": 875214319
        },
        {
            "start": 875214321,
            "stop": 875215021
        },
        {
            "start": 875215022,
            "stop": 875215234
        },
        {
            "start": 875215236,
            "stop": 875215285
        },
        {
            "start": 875215287,
            "stop": 875215430
        },
        {
            "start": 875215431,
            "stop": 875215595
        },
        {
            "start": 875215596,
            "stop": 875215914
        },
        {
            "start": 875215915,
            "stop": 875216124
        },
        {
            "start": 875216125,
            "stop": 875216157
        },
        {
            "start": 875216159,
            "stop": 875217059
        },
        {
            "start": 875217061,
            "stop": 875217512
        },
        {
            "start": 875217513,
            "stop": 875217529
        },
        {
            "start": 875217530,
            "stop": 875218012
        },
        {
            "start": 875218013,
            "stop": 875218356
        },
        {
            "start": 875218357,
            "stop": 875218406
        },
        {
            "start": 875218407,
            "stop": 875218965
        },
        {
            "start": 875218966,
            "stop": 875219310
        },
        {
            "start": 875219311,
            "stop": 875219396
        },
        {
            "start": 875219397,
            "stop": 875219801
        }
    ]
}