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=5139
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=5140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5138",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5139,
    "results": [
        {
            "start": 873712476,
            "stop": 873712490
        },
        {
            "start": 873712501,
            "stop": 873712553
        },
        {
            "start": 873712561,
            "stop": 873712602
        },
        {
            "start": 873712610,
            "stop": 873712611
        },
        {
            "start": 873712647,
            "stop": 873712648
        },
        {
            "start": 873712661,
            "stop": 873712738
        },
        {
            "start": 873712749,
            "stop": 873712801
        },
        {
            "start": 873712808,
            "stop": 873712814
        },
        {
            "start": 873712824,
            "stop": 873712833
        },
        {
            "start": 873712840,
            "stop": 873712898
        },
        {
            "start": 873712905,
            "stop": 873712925
        },
        {
            "start": 873712932,
            "stop": 873712963
        },
        {
            "start": 873712971,
            "stop": 873713021
        },
        {
            "start": 873713042,
            "stop": 873713164
        },
        {
            "start": 873713171,
            "stop": 873713303
        },
        {
            "start": 873713314,
            "stop": 873713333
        },
        {
            "start": 873713497,
            "stop": 873713507
        },
        {
            "start": 873713528,
            "stop": 873713533
        },
        {
            "start": 873713545,
            "stop": 873713580
        },
        {
            "start": 873721523,
            "stop": 873721534
        }
    ]
}