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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9046",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9047,
    "results": [
        {
            "start": 874294447,
            "stop": 874294922
        },
        {
            "start": 874294941,
            "stop": 874295065
        },
        {
            "start": 874295183,
            "stop": 874296068
        },
        {
            "start": 874296085,
            "stop": 874296178
        },
        {
            "start": 874296210,
            "stop": 874296320
        },
        {
            "start": 874296339,
            "stop": 874296682
        },
        {
            "start": 874296702,
            "stop": 874296795
        },
        {
            "start": 874296812,
            "stop": 874297169
        },
        {
            "start": 874297192,
            "stop": 874297200
        },
        {
            "start": 874297222,
            "stop": 874297273
        },
        {
            "start": 874297293,
            "stop": 874297562
        },
        {
            "start": 874297581,
            "stop": 874297710
        },
        {
            "start": 874297728,
            "stop": 874298028
        },
        {
            "start": 874298065,
            "stop": 874298073
        },
        {
            "start": 874298107,
            "stop": 874298114
        },
        {
            "start": 874298133,
            "stop": 874298160
        },
        {
            "start": 874298417,
            "stop": 874298767
        },
        {
            "start": 874298885,
            "stop": 874298906
        },
        {
            "start": 874298932,
            "stop": 874299120
        },
        {
            "start": 874299180,
            "stop": 874299243
        }
    ]
}