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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4755",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4753",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4754,
    "results": [
        {
            "start": 970242935,
            "stop": 970243263
        },
        {
            "start": 970243266,
            "stop": 970243809
        },
        {
            "start": 970243812,
            "stop": 970244146
        },
        {
            "start": 970244149,
            "stop": 970244833
        },
        {
            "start": 970244836,
            "stop": 970245312
        },
        {
            "start": 970245315,
            "stop": 970245365
        },
        {
            "start": 970245368,
            "stop": 970245607
        },
        {
            "start": 970245610,
            "stop": 970245806
        },
        {
            "start": 970245809,
            "stop": 970245937
        },
        {
            "start": 970245954,
            "stop": 970246007
        },
        {
            "start": 970246010,
            "stop": 970246032
        },
        {
            "start": 970246036,
            "stop": 970246057
        },
        {
            "start": 970246062,
            "stop": 970246099
        },
        {
            "start": 970246102,
            "stop": 970246633
        },
        {
            "start": 970246636,
            "stop": 970247123
        },
        {
            "start": 970247126,
            "stop": 970247470
        },
        {
            "start": 970247473,
            "stop": 970247585
        },
        {
            "start": 970247588,
            "stop": 970247647
        },
        {
            "start": 970247650,
            "stop": 970247761
        },
        {
            "start": 970247764,
            "stop": 970248183
        }
    ]
}