Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2456
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=2457",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2455",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2456,
    "results": [
        {
            "start": 874515038,
            "stop": 874515170
        },
        {
            "start": 874515250,
            "stop": 874515383
        },
        {
            "start": 874515390,
            "stop": 874515464
        },
        {
            "start": 874515472,
            "stop": 874515650
        },
        {
            "start": 874515730,
            "stop": 874515950
        },
        {
            "start": 874516090,
            "stop": 874517270
        },
        {
            "start": 874517350,
            "stop": 874517842
        },
        {
            "start": 874517849,
            "stop": 874519283
        },
        {
            "start": 874519292,
            "stop": 874519364
        },
        {
            "start": 874519371,
            "stop": 874519400
        },
        {
            "start": 874519407,
            "stop": 874519790
        },
        {
            "start": 874519930,
            "stop": 874520210
        },
        {
            "start": 874520290,
            "stop": 874520919
        },
        {
            "start": 874520926,
            "stop": 874520990
        },
        {
            "start": 874521130,
            "stop": 874523580
        },
        {
            "start": 874523700,
            "stop": 874524120
        },
        {
            "start": 874524180,
            "stop": 874524410
        },
        {
            "start": 874524490,
            "stop": 874524619
        },
        {
            "start": 874524919,
            "stop": 874524954
        },
        {
            "start": 874524962,
            "stop": 874524966
        }
    ]
}