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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=255",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 256,
    "results": [
        {
            "start": 820860062,
            "stop": 820860464
        },
        {
            "start": 820860468,
            "stop": 820860561
        },
        {
            "start": 820860565,
            "stop": 820860592
        },
        {
            "start": 820861074,
            "stop": 820861455
        },
        {
            "start": 820861980,
            "stop": 820862005
        },
        {
            "start": 820862008,
            "stop": 820862399
        },
        {
            "start": 820862402,
            "stop": 820862774
        },
        {
            "start": 820862777,
            "stop": 820863524
        },
        {
            "start": 820863527,
            "stop": 820863807
        },
        {
            "start": 820863810,
            "stop": 820863824
        },
        {
            "start": 820864144,
            "stop": 820864312
        },
        {
            "start": 820864712,
            "stop": 820865323
        },
        {
            "start": 820865326,
            "stop": 820865750
        },
        {
            "start": 820865753,
            "stop": 820865827
        },
        {
            "start": 820865830,
            "stop": 820866267
        },
        {
            "start": 820866270,
            "stop": 820866430
        },
        {
            "start": 820866433,
            "stop": 820866435
        },
        {
            "start": 820866438,
            "stop": 820866457
        },
        {
            "start": 820866460,
            "stop": 820866514
        },
        {
            "start": 820866517,
            "stop": 820866528
        }
    ]
}