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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9883",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9881",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9882,
    "results": [
        {
            "start": 870861221,
            "stop": 870861448
        },
        {
            "start": 870861457,
            "stop": 870861527
        },
        {
            "start": 870861535,
            "stop": 870861564
        },
        {
            "start": 870861572,
            "stop": 870861590
        },
        {
            "start": 870861606,
            "stop": 870861660
        },
        {
            "start": 870861668,
            "stop": 870861716
        },
        {
            "start": 870861723,
            "stop": 870861776
        },
        {
            "start": 870861791,
            "stop": 870861798
        },
        {
            "start": 870861806,
            "stop": 870862008
        },
        {
            "start": 870862016,
            "stop": 870862022
        },
        {
            "start": 870862029,
            "stop": 870862046
        },
        {
            "start": 870862053,
            "stop": 870862062
        },
        {
            "start": 870862070,
            "stop": 870862080
        },
        {
            "start": 870862140,
            "stop": 870862151
        },
        {
            "start": 870862158,
            "stop": 870862166
        },
        {
            "start": 870862174,
            "stop": 870862177
        },
        {
            "start": 870862211,
            "stop": 870862276
        },
        {
            "start": 870862284,
            "stop": 870862547
        },
        {
            "start": 870862554,
            "stop": 870862618
        },
        {
            "start": 870862626,
            "stop": 870862681
        }
    ]
}