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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3748",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3749,
    "results": [
        {
            "start": 872972441,
            "stop": 872972464
        },
        {
            "start": 872972465,
            "stop": 872972519
        },
        {
            "start": 872972521,
            "stop": 872972554
        },
        {
            "start": 872972670,
            "stop": 872972672
        },
        {
            "start": 872972673,
            "stop": 872972680
        },
        {
            "start": 872972681,
            "stop": 872972684
        },
        {
            "start": 872972685,
            "stop": 872972767
        },
        {
            "start": 872972768,
            "stop": 872972791
        },
        {
            "start": 872972792,
            "stop": 872972827
        },
        {
            "start": 872972828,
            "stop": 872972861
        },
        {
            "start": 872972862,
            "stop": 872972876
        },
        {
            "start": 872972878,
            "stop": 872972940
        },
        {
            "start": 872972942,
            "stop": 872973049
        },
        {
            "start": 872973052,
            "stop": 872973054
        },
        {
            "start": 872973055,
            "stop": 872973066
        },
        {
            "start": 872973067,
            "stop": 872973110
        },
        {
            "start": 872973112,
            "stop": 872973159
        },
        {
            "start": 872973160,
            "stop": 872973405
        },
        {
            "start": 872973406,
            "stop": 872973512
        },
        {
            "start": 872973514,
            "stop": 872973560
        }
    ]
}