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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8709",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8707",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8708,
    "results": [
        {
            "start": 872337393,
            "stop": 872337486
        },
        {
            "start": 872337503,
            "stop": 872337833
        },
        {
            "start": 872337850,
            "stop": 872341299
        },
        {
            "start": 872341316,
            "stop": 872341519
        },
        {
            "start": 872341639,
            "stop": 872342210
        },
        {
            "start": 872342290,
            "stop": 872342425
        },
        {
            "start": 872342442,
            "stop": 872342694
        },
        {
            "start": 872342814,
            "stop": 872343051
        },
        {
            "start": 872343120,
            "stop": 872343409
        },
        {
            "start": 872343426,
            "stop": 872343510
        },
        {
            "start": 872343527,
            "stop": 872343615
        },
        {
            "start": 872343632,
            "stop": 872343742
        },
        {
            "start": 872343778,
            "stop": 872343945
        },
        {
            "start": 872343962,
            "stop": 872344666
        },
        {
            "start": 872344683,
            "stop": 872344735
        },
        {
            "start": 872344752,
            "stop": 872344762
        },
        {
            "start": 872344779,
            "stop": 872344992
        },
        {
            "start": 872345009,
            "stop": 872345089
        },
        {
            "start": 872345106,
            "stop": 872345116
        },
        {
            "start": 872345236,
            "stop": 872345307
        }
    ]
}