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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=161",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 162,
    "results": [
        {
            "start": 931782485,
            "stop": 931782492
        },
        {
            "start": 931782508,
            "stop": 931782526
        },
        {
            "start": 931782535,
            "stop": 931782540
        },
        {
            "start": 931782548,
            "stop": 931782554
        },
        {
            "start": 931782559,
            "stop": 931782565
        },
        {
            "start": 931782580,
            "stop": 931782600
        },
        {
            "start": 931782619,
            "stop": 931782622
        },
        {
            "start": 931782633,
            "stop": 931782661
        },
        {
            "start": 931782667,
            "stop": 931782678
        },
        {
            "start": 931782684,
            "stop": 931782716
        },
        {
            "start": 931782726,
            "stop": 931782767
        },
        {
            "start": 931782780,
            "stop": 931782784
        },
        {
            "start": 931782790,
            "stop": 931782792
        },
        {
            "start": 931782807,
            "stop": 931782810
        },
        {
            "start": 931782832,
            "stop": 931782838
        },
        {
            "start": 931782848,
            "stop": 931782859
        },
        {
            "start": 931782865,
            "stop": 931782867
        },
        {
            "start": 931782876,
            "stop": 931782930
        },
        {
            "start": 931782936,
            "stop": 931782956
        },
        {
            "start": 931782962,
            "stop": 931782964
        }
    ]
}