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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=39",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 40,
    "results": [
        {
            "start": 821098722,
            "stop": 821099817
        },
        {
            "start": 821099820,
            "stop": 821100385
        },
        {
            "start": 821100388,
            "stop": 821104025
        },
        {
            "start": 821106253,
            "stop": 821107520
        },
        {
            "start": 821109537,
            "stop": 821111693
        },
        {
            "start": 821111696,
            "stop": 821111801
        },
        {
            "start": 821111804,
            "stop": 821113302
        },
        {
            "start": 821134617,
            "stop": 821144770
        },
        {
            "start": 821144773,
            "stop": 821161639
        },
        {
            "start": 821161642,
            "stop": 821162014
        },
        {
            "start": 821162017,
            "stop": 821162494
        },
        {
            "start": 821162497,
            "stop": 821162852
        },
        {
            "start": 821162855,
            "stop": 821163022
        },
        {
            "start": 821163025,
            "stop": 821163056
        },
        {
            "start": 821163059,
            "stop": 821163104
        },
        {
            "start": 821163107,
            "stop": 821163153
        },
        {
            "start": 821163156,
            "stop": 821163215
        },
        {
            "start": 821163218,
            "stop": 821163256
        },
        {
            "start": 821163259,
            "stop": 821163377
        },
        {
            "start": 821163380,
            "stop": 821163428
        }
    ]
}