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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=330",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 331,
    "results": [
        {
            "start": 822799838,
            "stop": 822800045
        },
        {
            "start": 822800154,
            "stop": 822800359
        },
        {
            "start": 822800363,
            "stop": 822800467
        },
        {
            "start": 822800470,
            "stop": 822800638
        },
        {
            "start": 822800641,
            "stop": 822800687
        },
        {
            "start": 822800690,
            "stop": 822800698
        },
        {
            "start": 822800702,
            "stop": 822800709
        },
        {
            "start": 822800787,
            "stop": 822800832
        },
        {
            "start": 822800948,
            "stop": 822801073
        },
        {
            "start": 822801076,
            "stop": 822801153
        },
        {
            "start": 822801157,
            "stop": 822801334
        },
        {
            "start": 822801337,
            "stop": 822801913
        },
        {
            "start": 822801976,
            "stop": 822803023
        },
        {
            "start": 822803027,
            "stop": 822803321
        },
        {
            "start": 822803338,
            "stop": 822803550
        },
        {
            "start": 822803553,
            "stop": 822803811
        },
        {
            "start": 822803814,
            "stop": 822804436
        },
        {
            "start": 822804489,
            "stop": 822804832
        },
        {
            "start": 822804835,
            "stop": 822804870
        },
        {
            "start": 822805177,
            "stop": 822805194
        }
    ]
}