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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15787",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15785",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15786,
    "results": [
        {
            "start": 971171797,
            "stop": 971171801
        },
        {
            "start": 971171803,
            "stop": 971171805
        },
        {
            "start": 971171811,
            "stop": 971171813
        },
        {
            "start": 971171814,
            "stop": 971171819
        },
        {
            "start": 971171821,
            "stop": 971171823
        },
        {
            "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
        }
    ]
}