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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2108",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2109,
    "results": [
        {
            "start": 865398684,
            "stop": 865399098
        },
        {
            "start": 865399398,
            "stop": 865399437
        },
        {
            "start": 865399547,
            "stop": 865399646
        },
        {
            "start": 865399946,
            "stop": 865418182
        },
        {
            "start": 865418190,
            "stop": 865455257
        },
        {
            "start": 865455260,
            "stop": 865465053
        },
        {
            "start": 865465475,
            "stop": 865465497
        },
        {
            "start": 865465812,
            "stop": 865474358
        },
        {
            "start": 865475485,
            "stop": 865479253
        },
        {
            "start": 865479255,
            "stop": 865487246
        },
        {
            "start": 865487250,
            "stop": 865490701
        },
        {
            "start": 865492064,
            "stop": 865542225
        },
        {
            "start": 865543780,
            "stop": 865544476
        },
        {
            "start": 865544479,
            "stop": 865547310
        },
        {
            "start": 865547430,
            "stop": 865556787
        },
        {
            "start": 865558373,
            "stop": 865583490
        },
        {
            "start": 865584634,
            "stop": 865602220
        },
        {
            "start": 865602225,
            "stop": 865604712
        },
        {
            "start": 865604720,
            "stop": 865605899
        },
        {
            "start": 865605902,
            "stop": 865607642
        }
    ]
}