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=5135
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=5136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5134",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5135,
    "results": [
        {
            "start": 873703811,
            "stop": 873703816
        },
        {
            "start": 873703824,
            "stop": 873703830
        },
        {
            "start": 873703880,
            "stop": 873703895
        },
        {
            "start": 873703902,
            "stop": 873704007
        },
        {
            "start": 873704018,
            "stop": 873704031
        },
        {
            "start": 873704038,
            "stop": 873704157
        },
        {
            "start": 873704520,
            "stop": 873704534
        },
        {
            "start": 873704547,
            "stop": 873704575
        },
        {
            "start": 873704596,
            "stop": 873704618
        },
        {
            "start": 873704629,
            "stop": 873704652
        },
        {
            "start": 873704665,
            "stop": 873704675
        },
        {
            "start": 873704688,
            "stop": 873704709
        },
        {
            "start": 873704716,
            "stop": 873704734
        },
        {
            "start": 873704745,
            "stop": 873704797
        },
        {
            "start": 873704807,
            "stop": 873704808
        },
        {
            "start": 873704816,
            "stop": 873704818
        },
        {
            "start": 873704825,
            "stop": 873704841
        },
        {
            "start": 873704861,
            "stop": 873704908
        },
        {
            "start": 873704920,
            "stop": 873705030
        },
        {
            "start": 873705037,
            "stop": 873705053
        }
    ]
}