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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=325",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 326,
    "results": [
        {
            "start": 818248917,
            "stop": 818248918
        },
        {
            "start": 818248938,
            "stop": 818248940
        },
        {
            "start": 818248943,
            "stop": 818248955
        },
        {
            "start": 818248959,
            "stop": 818248962
        },
        {
            "start": 818248966,
            "stop": 818248968
        },
        {
            "start": 818248971,
            "stop": 818248987
        },
        {
            "start": 818248990,
            "stop": 818248993
        },
        {
            "start": 818249021,
            "stop": 818249025
        },
        {
            "start": 818249029,
            "stop": 818249030
        },
        {
            "start": 818249037,
            "stop": 818249038
        },
        {
            "start": 818249049,
            "stop": 818249053
        },
        {
            "start": 818249056,
            "stop": 818249058
        },
        {
            "start": 818249072,
            "stop": 818249073
        },
        {
            "start": 818249079,
            "stop": 818249081
        },
        {
            "start": 818249091,
            "stop": 818249092
        },
        {
            "start": 818249100,
            "stop": 818249103
        },
        {
            "start": 818249113,
            "stop": 818249117
        },
        {
            "start": 818249120,
            "stop": 818249122
        },
        {
            "start": 818249157,
            "stop": 818249158
        },
        {
            "start": 818249171,
            "stop": 818249172
        }
    ]
}