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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5145",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5146,
    "results": [
        {
            "start": 873730743,
            "stop": 873730878
        },
        {
            "start": 873730887,
            "stop": 873730916
        },
        {
            "start": 873730923,
            "stop": 873730944
        },
        {
            "start": 873730955,
            "stop": 873730971
        },
        {
            "start": 873730984,
            "stop": 873730992
        },
        {
            "start": 873731172,
            "stop": 873731191
        },
        {
            "start": 873731198,
            "stop": 873731221
        },
        {
            "start": 873731229,
            "stop": 873731244
        },
        {
            "start": 873731254,
            "stop": 873731291
        },
        {
            "start": 873731298,
            "stop": 873731304
        },
        {
            "start": 873731312,
            "stop": 873731339
        },
        {
            "start": 873731346,
            "stop": 873731440
        },
        {
            "start": 873732330,
            "stop": 873732395
        },
        {
            "start": 873732406,
            "stop": 873732444
        },
        {
            "start": 873732451,
            "stop": 873732491
        },
        {
            "start": 873732499,
            "stop": 873732504
        },
        {
            "start": 873732512,
            "stop": 873732542
        },
        {
            "start": 873732549,
            "stop": 873732620
        },
        {
            "start": 873732630,
            "stop": 873732666
        },
        {
            "start": 873732677,
            "stop": 873732724
        }
    ]
}