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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=147",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 148,
    "results": [
        {
            "start": 839280527,
            "stop": 839280547
        },
        {
            "start": 839280548,
            "stop": 839280602
        },
        {
            "start": 839280603,
            "stop": 839284957
        },
        {
            "start": 839286073,
            "stop": 839286346
        },
        {
            "start": 839286347,
            "stop": 839286368
        },
        {
            "start": 839286369,
            "stop": 839286396
        },
        {
            "start": 839286397,
            "stop": 839296483
        },
        {
            "start": 839296491,
            "stop": 839296822
        },
        {
            "start": 839299144,
            "stop": 839299227
        },
        {
            "start": 839299228,
            "stop": 839299233
        },
        {
            "start": 839299235,
            "stop": 839299570
        },
        {
            "start": 839299914,
            "stop": 839300106
        },
        {
            "start": 839300114,
            "stop": 839300121
        },
        {
            "start": 839301258,
            "stop": 839301702
        },
        {
            "start": 839301710,
            "stop": 839302216
        },
        {
            "start": 839302225,
            "stop": 839302761
        },
        {
            "start": 839302763,
            "stop": 839302870
        },
        {
            "start": 839302872,
            "stop": 839302877
        },
        {
            "start": 839302880,
            "stop": 839302881
        },
        {
            "start": 839302882,
            "stop": 839302887
        }
    ]
}