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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5283",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5284,
    "results": [
        {
            "start": 970477920,
            "stop": 970477923
        },
        {
            "start": 970477926,
            "stop": 970478553
        },
        {
            "start": 970478557,
            "stop": 970478646
        },
        {
            "start": 970478649,
            "stop": 970479423
        },
        {
            "start": 970479426,
            "stop": 970480558
        },
        {
            "start": 970480561,
            "stop": 970481451
        },
        {
            "start": 970481454,
            "stop": 970481587
        },
        {
            "start": 970481590,
            "stop": 970481632
        },
        {
            "start": 970481635,
            "stop": 970482707
        },
        {
            "start": 970482710,
            "stop": 970482957
        },
        {
            "start": 970482960,
            "stop": 970483253
        },
        {
            "start": 970483256,
            "stop": 970483808
        },
        {
            "start": 970483812,
            "stop": 970484235
        },
        {
            "start": 970484238,
            "stop": 970484482
        },
        {
            "start": 970484485,
            "stop": 970484684
        },
        {
            "start": 970484687,
            "stop": 970484974
        },
        {
            "start": 970484977,
            "stop": 970485903
        },
        {
            "start": 970485906,
            "stop": 970485983
        },
        {
            "start": 970485987,
            "stop": 970486098
        },
        {
            "start": 970486101,
            "stop": 970486591
        }
    ]
}