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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=251",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=249",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 250,
    "results": [
        {
            "start": 931466879,
            "stop": 931466893
        },
        {
            "start": 931466895,
            "stop": 931466915
        },
        {
            "start": 931466917,
            "stop": 931466940
        },
        {
            "start": 931466942,
            "stop": 931466946
        },
        {
            "start": 931466948,
            "stop": 931466971
        },
        {
            "start": 931466973,
            "stop": 931466975
        },
        {
            "start": 931466977,
            "stop": 931466988
        },
        {
            "start": 931466990,
            "stop": 931467014
        },
        {
            "start": 931467016,
            "stop": 931467021
        },
        {
            "start": 931467023,
            "stop": 931467031
        },
        {
            "start": 931467033,
            "stop": 931467035
        },
        {
            "start": 931467037,
            "stop": 931467046
        },
        {
            "start": 931467051,
            "stop": 931467067
        },
        {
            "start": 931467069,
            "stop": 931467079
        },
        {
            "start": 931467085,
            "stop": 931467091
        },
        {
            "start": 931467093,
            "stop": 931467113
        },
        {
            "start": 931467116,
            "stop": 931467117
        },
        {
            "start": 931467120,
            "stop": 931467122
        },
        {
            "start": 931467123,
            "stop": 931467139
        },
        {
            "start": 931467141,
            "stop": 931467143
        }
    ]
}