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=5065
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=5066",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5064",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5065,
    "results": [
        {
            "start": 873016285,
            "stop": 873016316
        },
        {
            "start": 873016352,
            "stop": 873016365
        },
        {
            "start": 873016401,
            "stop": 873016436
        },
        {
            "start": 873016493,
            "stop": 873016540
        },
        {
            "start": 873016628,
            "stop": 873016746
        },
        {
            "start": 873016802,
            "stop": 873016872
        },
        {
            "start": 873016947,
            "stop": 873016976
        },
        {
            "start": 873017038,
            "stop": 873017124
        },
        {
            "start": 873017165,
            "stop": 873017173
        },
        {
            "start": 873017283,
            "stop": 873017339
        },
        {
            "start": 873017375,
            "stop": 873017884
        },
        {
            "start": 873017920,
            "stop": 873018277
        },
        {
            "start": 873018350,
            "stop": 873019100
        },
        {
            "start": 873019117,
            "stop": 873019344
        },
        {
            "start": 873019415,
            "stop": 873019585
        },
        {
            "start": 873019625,
            "stop": 873020453
        },
        {
            "start": 873020491,
            "stop": 873021325
        },
        {
            "start": 873021342,
            "stop": 873023478
        },
        {
            "start": 873023495,
            "stop": 873025463
        },
        {
            "start": 873025619,
            "stop": 873025817
        }
    ]
}