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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=84",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 85,
    "results": [
        {
            "start": 819174119,
            "stop": 819174271
        },
        {
            "start": 819174274,
            "stop": 819174515
        },
        {
            "start": 819174518,
            "stop": 819174693
        },
        {
            "start": 819174710,
            "stop": 819174761
        },
        {
            "start": 819174778,
            "stop": 819174799
        },
        {
            "start": 819174802,
            "stop": 819174896
        },
        {
            "start": 819174899,
            "stop": 819175169
        },
        {
            "start": 819175186,
            "stop": 819175429
        },
        {
            "start": 819175433,
            "stop": 819175436
        },
        {
            "start": 819175439,
            "stop": 819175681
        },
        {
            "start": 819175684,
            "stop": 819175688
        },
        {
            "start": 819175691,
            "stop": 819175963
        },
        {
            "start": 819175966,
            "stop": 819175988
        },
        {
            "start": 819175991,
            "stop": 819175994
        },
        {
            "start": 819175998,
            "stop": 819176001
        },
        {
            "start": 819176004,
            "stop": 819176387
        },
        {
            "start": 819176404,
            "stop": 819176712
        },
        {
            "start": 819176715,
            "stop": 819176732
        },
        {
            "start": 819176749,
            "stop": 819176828
        },
        {
            "start": 819176845,
            "stop": 819176936
        }
    ]
}