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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=215",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 216,
    "results": [
        {
            "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
        },
        {
            "start": 820992651,
            "stop": 820992654
        },
        {
            "start": 820992662,
            "stop": 820992971
        },
        {
            "start": 820992978,
            "stop": 820993813
        },
        {
            "start": 820993837,
            "stop": 820993838
        }
    ]
}