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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=228",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 229,
    "results": [
        {
            "start": 850362867,
            "stop": 850370167
        },
        {
            "start": 850370277,
            "stop": 850370278
        },
        {
            "start": 850372996,
            "stop": 850395560
        },
        {
            "start": 850397017,
            "stop": 850405041
        },
        {
            "start": 850405370,
            "stop": 850420715
        },
        {
            "start": 850420720,
            "stop": 850457899
        },
        {
            "start": 850457917,
            "stop": 850486164
        },
        {
            "start": 850486186,
            "stop": 850488184
        },
        {
            "start": 850488294,
            "stop": 850488386
        },
        {
            "start": 850488804,
            "stop": 850489879
        },
        {
            "start": 850489897,
            "stop": 850490680
        },
        {
            "start": 850490980,
            "stop": 850492324
        },
        {
            "start": 850492348,
            "stop": 850495024
        },
        {
            "start": 850495045,
            "stop": 850500435
        },
        {
            "start": 850500454,
            "stop": 850504262
        },
        {
            "start": 850504284,
            "stop": 850511070
        },
        {
            "start": 850511610,
            "stop": 850512090
        },
        {
            "start": 850512150,
            "stop": 850512330
        },
        {
            "start": 850513050,
            "stop": 850514070
        },
        {
            "start": 850515666,
            "stop": 850517804
        }
    ]
}