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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=135",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 136,
    "results": [
        {
            "start": 931991386,
            "stop": 931991413
        },
        {
            "start": 931991416,
            "stop": 931991428
        },
        {
            "start": 931991431,
            "stop": 931991444
        },
        {
            "start": 931991446,
            "stop": 931991458
        },
        {
            "start": 931991461,
            "stop": 931991489
        },
        {
            "start": 931991491,
            "stop": 931991504
        },
        {
            "start": 931991506,
            "stop": 931991699
        },
        {
            "start": 931991701,
            "stop": 931991822
        },
        {
            "start": 931998060,
            "stop": 931998938
        },
        {
            "start": 932001611,
            "stop": 932002536
        },
        {
            "start": 932002541,
            "stop": 932002637
        },
        {
            "start": 932002643,
            "stop": 932002690
        },
        {
            "start": 932002810,
            "stop": 932002930
        },
        {
            "start": 932002990,
            "stop": 932003025
        },
        {
            "start": 932003030,
            "stop": 932003039
        },
        {
            "start": 932003045,
            "stop": 932003049
        },
        {
            "start": 932003290,
            "stop": 932003314
        },
        {
            "start": 932003319,
            "stop": 932003655
        },
        {
            "start": 932003660,
            "stop": 932003757
        },
        {
            "start": 932010680,
            "stop": 932010730
        }
    ]
}