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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8743",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8744,
    "results": [
        {
            "start": 872998440,
            "stop": 872998448
        },
        {
            "start": 872998467,
            "stop": 872998500
        },
        {
            "start": 873000060,
            "stop": 873000139
        },
        {
            "start": 873000156,
            "stop": 873000188
        },
        {
            "start": 873000205,
            "stop": 873000300
        },
        {
            "start": 873000420,
            "stop": 873000582
        },
        {
            "start": 873000600,
            "stop": 873001150
        },
        {
            "start": 873001167,
            "stop": 873001311
        },
        {
            "start": 873001328,
            "stop": 873001472
        },
        {
            "start": 873001489,
            "stop": 873001545
        },
        {
            "start": 873001665,
            "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
        }
    ]
}