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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8344",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8345,
    "results": [
        {
            "start": 874586708,
            "stop": 874587295
        },
        {
            "start": 874587312,
            "stop": 874587612
        },
        {
            "start": 874587641,
            "stop": 874587732
        },
        {
            "start": 874587753,
            "stop": 874587764
        },
        {
            "start": 874587783,
            "stop": 874588244
        },
        {
            "start": 874588261,
            "stop": 874589130
        },
        {
            "start": 874589147,
            "stop": 874589503
        },
        {
            "start": 874589522,
            "stop": 874591260
        },
        {
            "start": 874591320,
            "stop": 874591375
        },
        {
            "start": 874591403,
            "stop": 874591509
        },
        {
            "start": 874591529,
            "stop": 874592229
        },
        {
            "start": 874592248,
            "stop": 874593036
        },
        {
            "start": 874593053,
            "stop": 874593711
        },
        {
            "start": 874593730,
            "stop": 874593953
        },
        {
            "start": 874593993,
            "stop": 874594327
        },
        {
            "start": 874594346,
            "stop": 874594374
        },
        {
            "start": 874594402,
            "stop": 874594575
        },
        {
            "start": 874601066,
            "stop": 874601357
        },
        {
            "start": 874601606,
            "stop": 874601875
        },
        {
            "start": 874601894,
            "stop": 874602588
        }
    ]
}