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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=752",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 753,
    "results": [
        {
            "start": 858622410,
            "stop": 858626654
        },
        {
            "start": 858626656,
            "stop": 858626660
        },
        {
            "start": 858627903,
            "stop": 858628985
        },
        {
            "start": 858628987,
            "stop": 858643082
        },
        {
            "start": 858645059,
            "stop": 858683275
        },
        {
            "start": 858683295,
            "stop": 858693371
        },
        {
            "start": 858694964,
            "stop": 858724959
        },
        {
            "start": 858725778,
            "stop": 858741272
        },
        {
            "start": 858741275,
            "stop": 858741279
        },
        {
            "start": 858742343,
            "stop": 858742710
        },
        {
            "start": 858742770,
            "stop": 858745410
        },
        {
            "start": 858745530,
            "stop": 858765450
        },
        {
            "start": 858765510,
            "stop": 858765570
        },
        {
            "start": 858765630,
            "stop": 858765690
        },
        {
            "start": 858765750,
            "stop": 858765999
        },
        {
            "start": 858766511,
            "stop": 858766650
        },
        {
            "start": 858766830,
            "stop": 858767070
        },
        {
            "start": 858767130,
            "stop": 858767250
        },
        {
            "start": 858767310,
            "stop": 858767610
        },
        {
            "start": 858767670,
            "stop": 858767730
        }
    ]
}