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=253
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=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=252",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 253,
    "results": [
        {
            "start": 820983932,
            "stop": 820984130
        },
        {
            "start": 820984210,
            "stop": 820984746
        },
        {
            "start": 820984754,
            "stop": 820985033
        },
        {
            "start": 820985040,
            "stop": 820985139
        },
        {
            "start": 820985146,
            "stop": 820985264
        },
        {
            "start": 820985272,
            "stop": 820986529
        },
        {
            "start": 820986685,
            "stop": 820988726
        },
        {
            "start": 820988733,
            "stop": 820988821
        },
        {
            "start": 820988828,
            "stop": 820988894
        },
        {
            "start": 820989072,
            "stop": 820989090
        },
        {
            "start": 820989097,
            "stop": 820989316
        },
        {
            "start": 820989323,
            "stop": 820989394
        },
        {
            "start": 820989402,
            "stop": 820989410
        },
        {
            "start": 820989628,
            "stop": 820990388
        },
        {
            "start": 820990396,
            "stop": 820990931
        },
        {
            "start": 820990938,
            "stop": 820991002
        },
        {
            "start": 820991009,
            "stop": 820991054
        },
        {
            "start": 820991219,
            "stop": 820991814
        },
        {
            "start": 820991821,
            "stop": 820992218
        },
        {
            "start": 820992405,
            "stop": 820992644
        }
    ]
}