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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2357",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2358,
    "results": [
        {
            "start": 872212774,
            "stop": 872212902
        },
        {
            "start": 872212915,
            "stop": 872212920
        },
        {
            "start": 872213040,
            "stop": 872213250
        },
        {
            "start": 872213258,
            "stop": 872213340
        },
        {
            "start": 872213400,
            "stop": 872213412
        },
        {
            "start": 872213434,
            "stop": 872213460
        },
        {
            "start": 872213520,
            "stop": 872213541
        },
        {
            "start": 872213563,
            "stop": 872213580
        },
        {
            "start": 872213640,
            "stop": 872213690
        },
        {
            "start": 872213820,
            "stop": 872213861
        },
        {
            "start": 872213940,
            "stop": 872214180
        },
        {
            "start": 872214240,
            "stop": 872214263
        },
        {
            "start": 872214270,
            "stop": 872214360
        },
        {
            "start": 872214420,
            "stop": 872214540
        },
        {
            "start": 872214600,
            "stop": 872214780
        },
        {
            "start": 872214787,
            "stop": 872214921
        },
        {
            "start": 872214943,
            "stop": 872215437
        },
        {
            "start": 872215560,
            "stop": 872215568
        },
        {
            "start": 872215585,
            "stop": 872215670
        },
        {
            "start": 872215677,
            "stop": 872215760
        }
    ]
}