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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4975",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4976,
    "results": [
        {
            "start": 874488882,
            "stop": 874489054
        },
        {
            "start": 874489061,
            "stop": 874489122
        },
        {
            "start": 874489129,
            "stop": 874489141
        },
        {
            "start": 874489148,
            "stop": 874489167
        },
        {
            "start": 874489174,
            "stop": 874490270
        },
        {
            "start": 874490278,
            "stop": 874490807
        },
        {
            "start": 874490814,
            "stop": 874491247
        },
        {
            "start": 874491255,
            "stop": 874491320
        },
        {
            "start": 874491327,
            "stop": 874491517
        },
        {
            "start": 874491525,
            "stop": 874491574
        },
        {
            "start": 874491582,
            "stop": 874491818
        },
        {
            "start": 874491826,
            "stop": 874491884
        },
        {
            "start": 874491892,
            "stop": 874491960
        },
        {
            "start": 874491967,
            "stop": 874492146
        },
        {
            "start": 874492158,
            "stop": 874492235
        },
        {
            "start": 874492242,
            "stop": 874492254
        },
        {
            "start": 874492261,
            "stop": 874492264
        },
        {
            "start": 874492272,
            "stop": 874492984
        },
        {
            "start": 874492991,
            "stop": 874493342
        },
        {
            "start": 874493349,
            "stop": 874493837
        }
    ]
}