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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=106",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 107,
    "results": [
        {
            "start": 819820417,
            "stop": 819820626
        },
        {
            "start": 819820633,
            "stop": 819821132
        },
        {
            "start": 819821139,
            "stop": 819821400
        },
        {
            "start": 819821530,
            "stop": 819821951
        },
        {
            "start": 819821958,
            "stop": 819822050
        },
        {
            "start": 819822130,
            "stop": 819822532
        },
        {
            "start": 819822540,
            "stop": 819822551
        },
        {
            "start": 819823046,
            "stop": 819823215
        },
        {
            "start": 819823222,
            "stop": 819824077
        },
        {
            "start": 819824084,
            "stop": 819824528
        },
        {
            "start": 819824536,
            "stop": 819825110
        },
        {
            "start": 819825117,
            "stop": 819825263
        },
        {
            "start": 819825270,
            "stop": 819825290
        },
        {
            "start": 819825370,
            "stop": 819825373
        },
        {
            "start": 819827551,
            "stop": 819827651
        },
        {
            "start": 819827658,
            "stop": 819827732
        },
        {
            "start": 819827739,
            "stop": 819827935
        },
        {
            "start": 819827943,
            "stop": 819828193
        },
        {
            "start": 819828488,
            "stop": 819828680
        },
        {
            "start": 819828687,
            "stop": 819828897
        }
    ]
}