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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=407",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 408,
    "results": [
        {
            "start": 868603683,
            "stop": 868603691
        },
        {
            "start": 868604205,
            "stop": 868608240
        },
        {
            "start": 868608540,
            "stop": 868612381
        },
        {
            "start": 868612795,
            "stop": 868612827
        },
        {
            "start": 868612937,
            "stop": 868613056
        },
        {
            "start": 868613356,
            "stop": 868618650
        },
        {
            "start": 868618710,
            "stop": 868630574
        },
        {
            "start": 868630598,
            "stop": 868630642
        },
        {
            "start": 868630666,
            "stop": 868631033
        },
        {
            "start": 868634936,
            "stop": 868638463
        },
        {
            "start": 868639138,
            "stop": 868641569
        },
        {
            "start": 868641591,
            "stop": 868641599
        },
        {
            "start": 868641621,
            "stop": 868643014
        },
        {
            "start": 868643056,
            "stop": 868643711
        },
        {
            "start": 868643716,
            "stop": 868649147
        },
        {
            "start": 868649201,
            "stop": 868651560
        },
        {
            "start": 868653548,
            "stop": 868653578
        },
        {
            "start": 868653949,
            "stop": 868654751
        },
        {
            "start": 868654939,
            "stop": 868655500
        },
        {
            "start": 868656045,
            "stop": 868660865
        }
    ]
}