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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=84",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 85,
    "results": [
        {
            "start": 931600611,
            "stop": 931600615
        },
        {
            "start": 931600634,
            "stop": 931600637
        },
        {
            "start": 931600666,
            "stop": 931600674
        },
        {
            "start": 931600681,
            "stop": 931600682
        },
        {
            "start": 931600689,
            "stop": 931600692
        },
        {
            "start": 931600702,
            "stop": 931600703
        },
        {
            "start": 931600739,
            "stop": 931600745
        },
        {
            "start": 931600753,
            "stop": 931600759
        },
        {
            "start": 931600774,
            "stop": 931600781
        },
        {
            "start": 931600798,
            "stop": 931600813
        },
        {
            "start": 931600859,
            "stop": 931600883
        },
        {
            "start": 931600901,
            "stop": 931600904
        },
        {
            "start": 931600937,
            "stop": 931600945
        },
        {
            "start": 931601003,
            "stop": 931601004
        },
        {
            "start": 931601040,
            "stop": 931601041
        },
        {
            "start": 931601111,
            "stop": 931601116
        },
        {
            "start": 931601141,
            "stop": 931601147
        },
        {
            "start": 931601165,
            "stop": 931601174
        },
        {
            "start": 931601181,
            "stop": 931601197
        },
        {
            "start": 931601218,
            "stop": 931601220
        }
    ]
}