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=2388
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=2389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2387",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2388,
    "results": [
        {
            "start": 873007286,
            "stop": 873007432
        },
        {
            "start": 873007449,
            "stop": 873008190
        },
        {
            "start": 873008207,
            "stop": 873008529
        },
        {
            "start": 873008570,
            "stop": 873008630
        },
        {
            "start": 873008710,
            "stop": 873008713
        },
        {
            "start": 873008730,
            "stop": 873008766
        },
        {
            "start": 873008783,
            "stop": 873008871
        },
        {
            "start": 873008893,
            "stop": 873008983
        },
        {
            "start": 873009000,
            "stop": 873011809
        },
        {
            "start": 873011826,
            "stop": 873011903
        },
        {
            "start": 873011920,
            "stop": 873012189
        },
        {
            "start": 873012233,
            "stop": 873012420
        },
        {
            "start": 873012437,
            "stop": 873013973
        },
        {
            "start": 873014007,
            "stop": 873015536
        },
        {
            "start": 873015554,
            "stop": 873015607
        },
        {
            "start": 873015624,
            "stop": 873015645
        },
        {
            "start": 873015662,
            "stop": 873015886
        },
        {
            "start": 873015903,
            "stop": 873016324
        },
        {
            "start": 873016341,
            "stop": 873016531
        },
        {
            "start": 873016558,
            "stop": 873019360
        }
    ]
}