Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1215
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1214",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1215,
    "results": [
        {
            "start": 955508444,
            "stop": 955510092
        },
        {
            "start": 955510094,
            "stop": 955510190
        },
        {
            "start": 955510192,
            "stop": 955511616
        },
        {
            "start": 955511618,
            "stop": 955513397
        },
        {
            "start": 955513399,
            "stop": 955514651
        },
        {
            "start": 955514652,
            "stop": 955514801
        },
        {
            "start": 955514803,
            "stop": 955515906
        },
        {
            "start": 955515908,
            "stop": 955516326
        },
        {
            "start": 955516328,
            "stop": 955518246
        },
        {
            "start": 955518248,
            "stop": 955518849
        },
        {
            "start": 955518851,
            "stop": 955520661
        },
        {
            "start": 955520663,
            "stop": 955520780
        },
        {
            "start": 955645551,
            "stop": 955647234
        },
        {
            "start": 955647999,
            "stop": 955652768
        },
        {
            "start": 955652770,
            "stop": 955664109
        },
        {
            "start": 955664111,
            "stop": 955664416
        },
        {
            "start": 955664418,
            "stop": 955668017
        },
        {
            "start": 955668019,
            "stop": 955669092
        },
        {
            "start": 955669094,
            "stop": 955695522
        },
        {
            "start": 955695898,
            "stop": 955699923
        }
    ]
}