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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=211",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 212,
    "results": [
        {
            "start": 820424523,
            "stop": 820425223
        },
        {
            "start": 820425230,
            "stop": 820425464
        },
        {
            "start": 820425471,
            "stop": 820425822
        },
        {
            "start": 820425829,
            "stop": 820426031
        },
        {
            "start": 820426038,
            "stop": 820426255
        },
        {
            "start": 820426262,
            "stop": 820426367
        },
        {
            "start": 820426374,
            "stop": 820426529
        },
        {
            "start": 820426537,
            "stop": 820427076
        },
        {
            "start": 820427084,
            "stop": 820427573
        },
        {
            "start": 820427581,
            "stop": 820427902
        },
        {
            "start": 820427910,
            "stop": 820428017
        },
        {
            "start": 820428024,
            "stop": 820428131
        },
        {
            "start": 820428139,
            "stop": 820428203
        },
        {
            "start": 820428210,
            "stop": 820428617
        },
        {
            "start": 820428624,
            "stop": 820428807
        },
        {
            "start": 820428814,
            "stop": 820429067
        },
        {
            "start": 820429074,
            "stop": 820429256
        },
        {
            "start": 820429263,
            "stop": 820429895
        },
        {
            "start": 820429902,
            "stop": 820429993
        },
        {
            "start": 820430905,
            "stop": 820431829
        }
    ]
}