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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2147",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2148,
    "results": [
        {
            "start": 868420230,
            "stop": 868452085
        },
        {
            "start": 868452090,
            "stop": 868460247
        },
        {
            "start": 868460253,
            "stop": 868467370
        },
        {
            "start": 868467372,
            "stop": 868472060
        },
        {
            "start": 868472572,
            "stop": 868475705
        },
        {
            "start": 868475710,
            "stop": 868478640
        },
        {
            "start": 868478700,
            "stop": 868484370
        },
        {
            "start": 868484490,
            "stop": 868527361
        },
        {
            "start": 868529397,
            "stop": 868540207
        },
        {
            "start": 868546705,
            "stop": 868549943
        },
        {
            "start": 868549944,
            "stop": 868584010
        },
        {
            "start": 868585396,
            "stop": 868602632
        },
        {
            "start": 868603123,
            "stop": 868603233
        },
        {
            "start": 868603343,
            "stop": 868603383
        },
        {
            "start": 868603683,
            "stop": 868603691
        },
        {
            "start": 868604205,
            "stop": 868608240
        },
        {
            "start": 868608540,
            "stop": 868612381
        },
        {
            "start": 868612795,
            "stop": 868612827
        },
        {
            "start": 868612937,
            "stop": 868613056
        },
        {
            "start": 868613356,
            "stop": 868618650
        }
    ]
}