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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=185",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 186,
    "results": [
        {
            "start": 820164470,
            "stop": 820164794
        },
        {
            "start": 820164797,
            "stop": 820164806
        },
        {
            "start": 820164809,
            "stop": 820165319
        },
        {
            "start": 820165322,
            "stop": 820166182
        },
        {
            "start": 820166185,
            "stop": 820166212
        },
        {
            "start": 820166215,
            "stop": 820166249
        },
        {
            "start": 820166252,
            "stop": 820166776
        },
        {
            "start": 820166779,
            "stop": 820167102
        },
        {
            "start": 820167105,
            "stop": 820167627
        },
        {
            "start": 820167630,
            "stop": 820167762
        },
        {
            "start": 820167765,
            "stop": 820168347
        },
        {
            "start": 820168350,
            "stop": 820168363
        },
        {
            "start": 820168367,
            "stop": 820168923
        },
        {
            "start": 820168927,
            "stop": 820169093
        },
        {
            "start": 820169096,
            "stop": 820169364
        },
        {
            "start": 820169368,
            "stop": 820169369
        },
        {
            "start": 820169372,
            "stop": 820169385
        },
        {
            "start": 820169388,
            "stop": 820169654
        },
        {
            "start": 820169657,
            "stop": 820170246
        },
        {
            "start": 820170249,
            "stop": 820170368
        }
    ]
}