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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=209",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 210,
    "results": [
        {
            "start": 820914757,
            "stop": 820915291
        },
        {
            "start": 820915298,
            "stop": 820915846
        },
        {
            "start": 820915853,
            "stop": 820915916
        },
        {
            "start": 820915923,
            "stop": 820916614
        },
        {
            "start": 820916621,
            "stop": 820916746
        },
        {
            "start": 820916754,
            "stop": 820916821
        },
        {
            "start": 820916829,
            "stop": 820916898
        },
        {
            "start": 820916905,
            "stop": 820916997
        },
        {
            "start": 820917005,
            "stop": 820917520
        },
        {
            "start": 820917527,
            "stop": 820917530
        },
        {
            "start": 820917610,
            "stop": 820917724
        },
        {
            "start": 820917731,
            "stop": 820917786
        },
        {
            "start": 820917793,
            "stop": 820918084
        },
        {
            "start": 820918091,
            "stop": 820918092
        },
        {
            "start": 820918099,
            "stop": 820918702
        },
        {
            "start": 820918710,
            "stop": 820918969
        },
        {
            "start": 820918976,
            "stop": 820919286
        },
        {
            "start": 820919293,
            "stop": 820919336
        },
        {
            "start": 820919340,
            "stop": 820919342
        },
        {
            "start": 820919350,
            "stop": 820919431
        }
    ]
}