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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=126",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 127,
    "results": [
        {
            "start": 819718067,
            "stop": 819718236
        },
        {
            "start": 819718243,
            "stop": 819719923
        },
        {
            "start": 819719930,
            "stop": 819719966
        },
        {
            "start": 819719973,
            "stop": 819721404
        },
        {
            "start": 819721411,
            "stop": 819721440
        },
        {
            "start": 819721560,
            "stop": 819723039
        },
        {
            "start": 819723047,
            "stop": 819723100
        },
        {
            "start": 819723113,
            "stop": 819723140
        },
        {
            "start": 819723147,
            "stop": 819723648
        },
        {
            "start": 819723655,
            "stop": 819723740
        },
        {
            "start": 819723747,
            "stop": 819723823
        },
        {
            "start": 819724004,
            "stop": 819724408
        },
        {
            "start": 819724415,
            "stop": 819725228
        },
        {
            "start": 819725235,
            "stop": 819725286
        },
        {
            "start": 819725293,
            "stop": 819725710
        },
        {
            "start": 819725717,
            "stop": 819725800
        },
        {
            "start": 819725807,
            "stop": 819725831
        },
        {
            "start": 819726138,
            "stop": 819726436
        },
        {
            "start": 819726443,
            "stop": 819726883
        },
        {
            "start": 819726890,
            "stop": 819727243
        }
    ]
}