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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=344",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 345,
    "results": [
        {
            "start": 1240706614,
            "stop": 1240706997
        },
        {
            "start": 1240706999,
            "stop": 1240707596
        },
        {
            "start": 1240707597,
            "stop": 1240707764
        },
        {
            "start": 1240707765,
            "stop": 1240707784
        },
        {
            "start": 1240707786,
            "stop": 1240707955
        },
        {
            "start": 1240707956,
            "stop": 1240708039
        },
        {
            "start": 1240708040,
            "stop": 1240708883
        },
        {
            "start": 1240708884,
            "stop": 1240708889
        },
        {
            "start": 1240708890,
            "stop": 1240709719
        },
        {
            "start": 1240709720,
            "stop": 1240710358
        },
        {
            "start": 1240710361,
            "stop": 1240710458
        },
        {
            "start": 1240710461,
            "stop": 1240710940
        },
        {
            "start": 1240710941,
            "stop": 1240711581
        },
        {
            "start": 1240711582,
            "stop": 1240712408
        },
        {
            "start": 1240712409,
            "stop": 1240713053
        },
        {
            "start": 1240713061,
            "stop": 1240713120
        },
        {
            "start": 1240713121,
            "stop": 1240713162
        },
        {
            "start": 1240713163,
            "stop": 1240714171
        },
        {
            "start": 1240714172,
            "stop": 1240714321
        },
        {
            "start": 1240714324,
            "stop": 1240714329
        }
    ]
}