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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=480",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=478",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 479,
    "results": [
        {
            "start": 1264401344,
            "stop": 1264401346
        },
        {
            "start": 1264401347,
            "stop": 1264401468
        },
        {
            "start": 1264401469,
            "stop": 1264401470
        },
        {
            "start": 1264401471,
            "stop": 1264401486
        },
        {
            "start": 1264401487,
            "stop": 1264401787
        },
        {
            "start": 1264401789,
            "stop": 1264401847
        },
        {
            "start": 1264401849,
            "stop": 1264401854
        },
        {
            "start": 1264401855,
            "stop": 1264401857
        },
        {
            "start": 1264401858,
            "stop": 1264401862
        },
        {
            "start": 1264401863,
            "stop": 1264401936
        },
        {
            "start": 1264401937,
            "stop": 1264401938
        },
        {
            "start": 1264401939,
            "stop": 1264401944
        },
        {
            "start": 1264401947,
            "stop": 1264401988
        },
        {
            "start": 1264401990,
            "stop": 1264402004
        },
        {
            "start": 1264402006,
            "stop": 1264402119
        },
        {
            "start": 1264402122,
            "stop": 1264402442
        },
        {
            "start": 1264402444,
            "stop": 1264402587
        },
        {
            "start": 1264402589,
            "stop": 1264402657
        },
        {
            "start": 1264402659,
            "stop": 1264402671
        },
        {
            "start": 1264402673,
            "stop": 1264402677
        }
    ]
}