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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9082",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9080",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9081,
    "results": [
        {
            "start": 874639489,
            "stop": 874639686
        },
        {
            "start": 874639718,
            "stop": 874639751
        },
        {
            "start": 874639779,
            "stop": 874639833
        },
        {
            "start": 874639853,
            "stop": 874640141
        },
        {
            "start": 874640163,
            "stop": 874640635
        },
        {
            "start": 874640656,
            "stop": 874640694
        },
        {
            "start": 874640724,
            "stop": 874640926
        },
        {
            "start": 874640961,
            "stop": 874641889
        },
        {
            "start": 874641908,
            "stop": 874642223
        },
        {
            "start": 874642245,
            "stop": 874642275
        },
        {
            "start": 874642294,
            "stop": 874644741
        },
        {
            "start": 874644770,
            "stop": 874644821
        },
        {
            "start": 874644838,
            "stop": 874645728
        },
        {
            "start": 874645748,
            "stop": 874645778
        },
        {
            "start": 874645797,
            "stop": 874646199
        },
        {
            "start": 874646232,
            "stop": 874646609
        },
        {
            "start": 874646628,
            "stop": 874646937
        },
        {
            "start": 874646959,
            "stop": 874647091
        },
        {
            "start": 874647111,
            "stop": 874647123
        },
        {
            "start": 874647142,
            "stop": 874647285
        }
    ]
}