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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=39",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 40,
    "results": [
        {
            "start": 931285099,
            "stop": 931285104
        },
        {
            "start": 931290738,
            "stop": 931290745
        },
        {
            "start": 931290762,
            "stop": 931290763
        },
        {
            "start": 931290793,
            "stop": 931290817
        },
        {
            "start": 931290828,
            "stop": 931290849
        },
        {
            "start": 931290855,
            "stop": 931290932
        },
        {
            "start": 931290937,
            "stop": 931291115
        },
        {
            "start": 931292789,
            "stop": 931292846
        },
        {
            "start": 931292852,
            "stop": 931292887
        },
        {
            "start": 931292892,
            "stop": 931292896
        },
        {
            "start": 931317186,
            "stop": 931319458
        },
        {
            "start": 931321135,
            "stop": 931330524
        },
        {
            "start": 931331181,
            "stop": 931338575
        },
        {
            "start": 931340994,
            "stop": 931341024
        },
        {
            "start": 931341029,
            "stop": 931341039
        },
        {
            "start": 931341047,
            "stop": 931341057
        },
        {
            "start": 931341253,
            "stop": 931341266
        },
        {
            "start": 931341275,
            "stop": 931341280
        },
        {
            "start": 931341288,
            "stop": 931341295
        },
        {
            "start": 931341301,
            "stop": 931341305
        }
    ]
}