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=2387
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=2388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2386",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2387,
    "results": [
        {
            "start": 872998467,
            "stop": 872998564
        },
        {
            "start": 872999787,
            "stop": 872999988
        },
        {
            "start": 873000005,
            "stop": 873000139
        },
        {
            "start": 873000156,
            "stop": 873000188
        },
        {
            "start": 873000205,
            "stop": 873000582
        },
        {
            "start": 873000600,
            "stop": 873001150
        },
        {
            "start": 873001167,
            "stop": 873001311
        },
        {
            "start": 873001328,
            "stop": 873001472
        },
        {
            "start": 873001489,
            "stop": 873001672
        },
        {
            "start": 873001689,
            "stop": 873001757
        },
        {
            "start": 873001774,
            "stop": 873002068
        },
        {
            "start": 873002085,
            "stop": 873002326
        },
        {
            "start": 873002343,
            "stop": 873003367
        },
        {
            "start": 873003384,
            "stop": 873003671
        },
        {
            "start": 873003688,
            "stop": 873003700
        },
        {
            "start": 873003718,
            "stop": 873003830
        },
        {
            "start": 873003910,
            "stop": 873004231
        },
        {
            "start": 873004248,
            "stop": 873004372
        },
        {
            "start": 873004389,
            "stop": 873006944
        },
        {
            "start": 873006961,
            "stop": 873007269
        }
    ]
}