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=3652
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=3653",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3651",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3652,
    "results": [
        {
            "start": 872631780,
            "stop": 872631960
        },
        {
            "start": 872632026,
            "stop": 872632320
        },
        {
            "start": 872632380,
            "stop": 872632680
        },
        {
            "start": 872632740,
            "stop": 872632917
        },
        {
            "start": 872632980,
            "stop": 872633040
        },
        {
            "start": 872633100,
            "stop": 872633220
        },
        {
            "start": 872633280,
            "stop": 872633400
        },
        {
            "start": 872633460,
            "stop": 872633643
        },
        {
            "start": 872633660,
            "stop": 872634000
        },
        {
            "start": 872634120,
            "stop": 872634133
        },
        {
            "start": 872634150,
            "stop": 872634540
        },
        {
            "start": 872634600,
            "stop": 872634720
        },
        {
            "start": 872634840,
            "stop": 872635020
        },
        {
            "start": 872636474,
            "stop": 872636580
        },
        {
            "start": 872636700,
            "stop": 872636820
        },
        {
            "start": 872636940,
            "stop": 872637111
        },
        {
            "start": 872637116,
            "stop": 872637178
        },
        {
            "start": 872637195,
            "stop": 872637446
        },
        {
            "start": 872637463,
            "stop": 872637720
        },
        {
            "start": 872637780,
            "stop": 872638075
        }
    ]
}