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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=398",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=396",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 397,
    "results": [
        {
            "start": 1261050110,
            "stop": 1261050123
        },
        {
            "start": 1261050126,
            "stop": 1261050802
        },
        {
            "start": 1261050810,
            "stop": 1261053291
        },
        {
            "start": 1261053294,
            "stop": 1261053747
        },
        {
            "start": 1261053750,
            "stop": 1261058708
        },
        {
            "start": 1261058711,
            "stop": 1261071487
        },
        {
            "start": 1261071490,
            "stop": 1261072916
        },
        {
            "start": 1261072918,
            "stop": 1261077978
        },
        {
            "start": 1261077983,
            "stop": 1261078182
        },
        {
            "start": 1261078185,
            "stop": 1261078186
        },
        {
            "start": 1261078189,
            "stop": 1261078193
        },
        {
            "start": 1261078198,
            "stop": 1261078395
        },
        {
            "start": 1261078398,
            "stop": 1261078411
        },
        {
            "start": 1261078412,
            "stop": 1261078463
        },
        {
            "start": 1261078466,
            "stop": 1261078494
        },
        {
            "start": 1261078497,
            "stop": 1261078499
        },
        {
            "start": 1261078502,
            "stop": 1261078504
        },
        {
            "start": 1261078507,
            "stop": 1261078508
        },
        {
            "start": 1261078511,
            "stop": 1261079392
        },
        {
            "start": 1261079395,
            "stop": 1261079402
        }
    ]
}