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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=146",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 147,
    "results": [
        {
            "start": 839189070,
            "stop": 839193204
        },
        {
            "start": 839195441,
            "stop": 839201774
        },
        {
            "start": 839203186,
            "stop": 839229058
        },
        {
            "start": 839229066,
            "stop": 839229088
        },
        {
            "start": 839231980,
            "stop": 839247726
        },
        {
            "start": 839249528,
            "stop": 839250733
        },
        {
            "start": 839250739,
            "stop": 839251067
        },
        {
            "start": 839251074,
            "stop": 839251252
        },
        {
            "start": 839251259,
            "stop": 839251276
        },
        {
            "start": 839251283,
            "stop": 839251308
        },
        {
            "start": 839251315,
            "stop": 839254594
        },
        {
            "start": 839255514,
            "stop": 839255869
        },
        {
            "start": 839256249,
            "stop": 839256383
        },
        {
            "start": 839257559,
            "stop": 839264683
        },
        {
            "start": 839265168,
            "stop": 839267113
        },
        {
            "start": 839268240,
            "stop": 839273139
        },
        {
            "start": 839273149,
            "stop": 839274242
        },
        {
            "start": 839274250,
            "stop": 839279643
        },
        {
            "start": 839279651,
            "stop": 839279653
        },
        {
            "start": 839279661,
            "stop": 839280525
        }
    ]
}