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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5193",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5194,
    "results": [
        {
            "start": 875146980,
            "stop": 875147015
        },
        {
            "start": 875147034,
            "stop": 875147048
        },
        {
            "start": 875147078,
            "stop": 875147106
        },
        {
            "start": 875147125,
            "stop": 875147179
        },
        {
            "start": 875147198,
            "stop": 875147203
        },
        {
            "start": 875147232,
            "stop": 875147296
        },
        {
            "start": 875147319,
            "stop": 875147402
        },
        {
            "start": 875147421,
            "stop": 875147446
        },
        {
            "start": 875147472,
            "stop": 875147503
        },
        {
            "start": 875147534,
            "stop": 875147537
        },
        {
            "start": 875147556,
            "stop": 875147630
        },
        {
            "start": 875147650,
            "stop": 875147668
        },
        {
            "start": 875147712,
            "stop": 875147726
        },
        {
            "start": 875147750,
            "stop": 875147828
        },
        {
            "start": 875147866,
            "stop": 875147896
        },
        {
            "start": 875147921,
            "stop": 875147942
        },
        {
            "start": 875147978,
            "stop": 875147988
        },
        {
            "start": 875148019,
            "stop": 875148024
        },
        {
            "start": 875148044,
            "stop": 875148057
        },
        {
            "start": 875148079,
            "stop": 875148092
        }
    ]
}