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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=81",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 82,
    "results": [
        {
            "start": 1405669494,
            "stop": 1405669614
        },
        {
            "start": 1405669734,
            "stop": 1405669902
        },
        {
            "start": 1405671510,
            "stop": 1405671758
        },
        {
            "start": 1405671910,
            "stop": 1405671966
        },
        {
            "start": 1405672102,
            "stop": 1405673582
        },
        {
            "start": 1405675033,
            "stop": 1405676813
        },
        {
            "start": 1405678338,
            "stop": 1405678966
        },
        {
            "start": 1405679630,
            "stop": 1405679798
        },
        {
            "start": 1405680014,
            "stop": 1405680422
        },
        {
            "start": 1405681659,
            "stop": 1405681903
        },
        {
            "start": 1405682615,
            "stop": 1405682655
        },
        {
            "start": 1405682775,
            "stop": 1405682895
        },
        {
            "start": 1405683271,
            "stop": 1405683583
        },
        {
            "start": 1405684036,
            "stop": 1405684360
        },
        {
            "start": 1405684720,
            "stop": 1405684744
        },
        {
            "start": 1405685331,
            "stop": 1405686039
        },
        {
            "start": 1405687311,
            "stop": 1405688167
        },
        {
            "start": 1405688543,
            "stop": 1405688599
        },
        {
            "start": 1405688719,
            "stop": 1405688727
        },
        {
            "start": 1405690783,
            "stop": 1405690839
        }
    ]
}