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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2022",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2020",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2021,
    "results": [
        {
            "start": 858713655,
            "stop": 858713662
        },
        {
            "start": 858713668,
            "stop": 858713675
        },
        {
            "start": 858713680,
            "stop": 858715047
        },
        {
            "start": 858715357,
            "stop": 858715432
        },
        {
            "start": 858715438,
            "stop": 858717416
        },
        {
            "start": 858717688,
            "stop": 858721462
        },
        {
            "start": 858721468,
            "stop": 858724815
        },
        {
            "start": 858725316,
            "stop": 858741068
        },
        {
            "start": 858741462,
            "stop": 858742710
        },
        {
            "start": 858742770,
            "stop": 858745410
        },
        {
            "start": 858745530,
            "stop": 858765450
        },
        {
            "start": 858765510,
            "stop": 858765570
        },
        {
            "start": 858765630,
            "stop": 858765690
        },
        {
            "start": 858765750,
            "stop": 858765780
        },
        {
            "start": 858766128,
            "stop": 858766650
        },
        {
            "start": 858766830,
            "stop": 858767070
        },
        {
            "start": 858767130,
            "stop": 858767250
        },
        {
            "start": 858767310,
            "stop": 858767610
        },
        {
            "start": 858767670,
            "stop": 858767730
        },
        {
            "start": 858767790,
            "stop": 858777107
        }
    ]
}