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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=140",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 141,
    "results": [
        {
            "start": 932772326,
            "stop": 932772637
        },
        {
            "start": 932772642,
            "stop": 932773157
        },
        {
            "start": 932773249,
            "stop": 932773647
        },
        {
            "start": 932773666,
            "stop": 932774441
        },
        {
            "start": 932774987,
            "stop": 932775005
        },
        {
            "start": 932775041,
            "stop": 932775120
        },
        {
            "start": 932775240,
            "stop": 932775340
        },
        {
            "start": 932775359,
            "stop": 932775541
        },
        {
            "start": 932775560,
            "stop": 932775750
        },
        {
            "start": 932775779,
            "stop": 932775935
        },
        {
            "start": 932775971,
            "stop": 932776169
        },
        {
            "start": 932776188,
            "stop": 932776194
        },
        {
            "start": 932776213,
            "stop": 932776267
        },
        {
            "start": 932776286,
            "stop": 932776824
        },
        {
            "start": 932776843,
            "stop": 932777609
        },
        {
            "start": 932777628,
            "stop": 932777928
        },
        {
            "start": 932777997,
            "stop": 932778887
        },
        {
            "start": 932778906,
            "stop": 932779079
        },
        {
            "start": 932779098,
            "stop": 932779120
        },
        {
            "start": 932779140,
            "stop": 932779185
        }
    ]
}