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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=191",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 192,
    "results": [
        {
            "start": 820254793,
            "stop": 820254798
        },
        {
            "start": 820254805,
            "stop": 820254921
        },
        {
            "start": 820254928,
            "stop": 820255547
        },
        {
            "start": 820255555,
            "stop": 820255582
        },
        {
            "start": 820255590,
            "stop": 820255726
        },
        {
            "start": 820255734,
            "stop": 820255790
        },
        {
            "start": 820255797,
            "stop": 820256429
        },
        {
            "start": 820256436,
            "stop": 820256498
        },
        {
            "start": 820256505,
            "stop": 820256733
        },
        {
            "start": 820256741,
            "stop": 820257362
        },
        {
            "start": 820257369,
            "stop": 820257471
        },
        {
            "start": 820257478,
            "stop": 820257482
        },
        {
            "start": 820257489,
            "stop": 820257496
        },
        {
            "start": 820257503,
            "stop": 820257549
        },
        {
            "start": 820257556,
            "stop": 820257682
        },
        {
            "start": 820257690,
            "stop": 820257773
        },
        {
            "start": 820257780,
            "stop": 820258081
        },
        {
            "start": 820258088,
            "stop": 820258106
        },
        {
            "start": 820258114,
            "stop": 820258393
        },
        {
            "start": 820258400,
            "stop": 820258674
        }
    ]
}