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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=227",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 228,
    "results": [
        {
            "start": 820558606,
            "stop": 820560450
        },
        {
            "start": 820560457,
            "stop": 820560939
        },
        {
            "start": 820560946,
            "stop": 820561555
        },
        {
            "start": 820561563,
            "stop": 820562248
        },
        {
            "start": 820562255,
            "stop": 820562833
        },
        {
            "start": 820562840,
            "stop": 820562886
        },
        {
            "start": 820563133,
            "stop": 820563578
        },
        {
            "start": 820563586,
            "stop": 820563849
        },
        {
            "start": 820563856,
            "stop": 820564392
        },
        {
            "start": 820564399,
            "stop": 820564562
        },
        {
            "start": 820564569,
            "stop": 820565013
        },
        {
            "start": 820565020,
            "stop": 820565109
        },
        {
            "start": 820565116,
            "stop": 820565309
        },
        {
            "start": 820565316,
            "stop": 820565368
        },
        {
            "start": 820565376,
            "stop": 820566902
        },
        {
            "start": 820566910,
            "stop": 820567373
        },
        {
            "start": 820567380,
            "stop": 820567522
        },
        {
            "start": 820567529,
            "stop": 820567592
        },
        {
            "start": 820567599,
            "stop": 820567795
        },
        {
            "start": 820567803,
            "stop": 820568139
        }
    ]
}