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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9022",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9020",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9021,
    "results": [
        {
            "start": 874097430,
            "stop": 874097453
        },
        {
            "start": 874097470,
            "stop": 874097478
        },
        {
            "start": 874097496,
            "stop": 874097524
        },
        {
            "start": 874097550,
            "stop": 874097690
        },
        {
            "start": 874097709,
            "stop": 874098061
        },
        {
            "start": 874098078,
            "stop": 874098369
        },
        {
            "start": 874098386,
            "stop": 874100562
        },
        {
            "start": 874100579,
            "stop": 874100883
        },
        {
            "start": 874100903,
            "stop": 874100990
        },
        {
            "start": 874101008,
            "stop": 874102818
        },
        {
            "start": 874102837,
            "stop": 874103567
        },
        {
            "start": 874103586,
            "stop": 874103632
        },
        {
            "start": 874106234,
            "stop": 874106660
        },
        {
            "start": 874106680,
            "stop": 874107243
        },
        {
            "start": 874107260,
            "stop": 874107509
        },
        {
            "start": 874107528,
            "stop": 874107956
        },
        {
            "start": 874108205,
            "stop": 874108479
        },
        {
            "start": 874108496,
            "stop": 874109192
        },
        {
            "start": 874109211,
            "stop": 874109794
        },
        {
            "start": 874109813,
            "stop": 874110527
        }
    ]
}