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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=706",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=704",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 705,
    "results": [
        {
            "start": 866191599,
            "stop": 866192154
        },
        {
            "start": 866192187,
            "stop": 866192202
        },
        {
            "start": 866192221,
            "stop": 866192545
        },
        {
            "start": 866192564,
            "stop": 866192575
        },
        {
            "start": 866192594,
            "stop": 866192920
        },
        {
            "start": 866192939,
            "stop": 866193199
        },
        {
            "start": 866193224,
            "stop": 866193226
        },
        {
            "start": 866193245,
            "stop": 866193306
        },
        {
            "start": 866193325,
            "stop": 866193386
        },
        {
            "start": 866193405,
            "stop": 866193476
        },
        {
            "start": 866193495,
            "stop": 866193667
        },
        {
            "start": 866193686,
            "stop": 866194128
        },
        {
            "start": 866194147,
            "stop": 866194155
        },
        {
            "start": 866194174,
            "stop": 866194794
        },
        {
            "start": 866194829,
            "stop": 866194863
        },
        {
            "start": 866194884,
            "stop": 866195121
        },
        {
            "start": 866195140,
            "stop": 866195182
        },
        {
            "start": 866195201,
            "stop": 866195502
        },
        {
            "start": 866195521,
            "stop": 866195715
        },
        {
            "start": 866195753,
            "stop": 866196010
        }
    ]
}