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=8554
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=8555",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8553",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8554,
    "results": [
        {
            "start": 870002006,
            "stop": 870002390
        },
        {
            "start": 870002470,
            "stop": 870002638
        },
        {
            "start": 870002655,
            "stop": 870002660
        },
        {
            "start": 870002677,
            "stop": 870002724
        },
        {
            "start": 870002741,
            "stop": 870002883
        },
        {
            "start": 870002900,
            "stop": 870002966
        },
        {
            "start": 870002983,
            "stop": 870003041
        },
        {
            "start": 870003058,
            "stop": 870003320
        },
        {
            "start": 870003337,
            "stop": 870003616
        },
        {
            "start": 870003633,
            "stop": 870003766
        },
        {
            "start": 870003783,
            "stop": 870006229
        },
        {
            "start": 870006246,
            "stop": 870007239
        },
        {
            "start": 870007256,
            "stop": 870007392
        },
        {
            "start": 870008932,
            "stop": 870009590
        },
        {
            "start": 870009670,
            "stop": 870009816
        },
        {
            "start": 870009833,
            "stop": 870010422
        },
        {
            "start": 870010570,
            "stop": 870011460
        },
        {
            "start": 870011751,
            "stop": 870011940
        },
        {
            "start": 870012000,
            "stop": 870012350
        },
        {
            "start": 870012430,
            "stop": 870012762
        }
    ]
}