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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14704",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14702",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14703,
    "results": [
        {
            "start": 971171825,
            "stop": 971171827
        },
        {
            "start": 971171828,
            "stop": 971171830
        },
        {
            "start": 971171832,
            "stop": 971171835
        },
        {
            "start": 971171841,
            "stop": 971171843
        },
        {
            "start": 971171845,
            "stop": 971171847
        },
        {
            "start": 971171850,
            "stop": 971171852
        },
        {
            "start": 971171854,
            "stop": 971171861
        },
        {
            "start": 971171863,
            "stop": 971171867
        },
        {
            "start": 971171868,
            "stop": 971171870
        },
        {
            "start": 971171873,
            "stop": 971171882
        },
        {
            "start": 971171885,
            "stop": 971171886
        },
        {
            "start": 971171888,
            "stop": 971171890
        },
        {
            "start": 971171891,
            "stop": 971171892
        },
        {
            "start": 971171896,
            "stop": 971171899
        },
        {
            "start": 971171901,
            "stop": 971171902
        },
        {
            "start": 971171903,
            "stop": 971171905
        },
        {
            "start": 971171906,
            "stop": 971171907
        },
        {
            "start": 971171913,
            "stop": 971171914
        },
        {
            "start": 971171916,
            "stop": 971171919
        },
        {
            "start": 971171928,
            "stop": 971171931
        }
    ]
}