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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=192",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 193,
    "results": [
        {
            "start": 1264378537,
            "stop": 1264378595
        },
        {
            "start": 1264378597,
            "stop": 1264378598
        },
        {
            "start": 1264378599,
            "stop": 1264378611
        },
        {
            "start": 1264378612,
            "stop": 1264378613
        },
        {
            "start": 1264378614,
            "stop": 1264378670
        },
        {
            "start": 1264378672,
            "stop": 1264378676
        },
        {
            "start": 1264378678,
            "stop": 1264378687
        },
        {
            "start": 1264378689,
            "stop": 1264378696
        },
        {
            "start": 1264378698,
            "stop": 1264378714
        },
        {
            "start": 1264378716,
            "stop": 1264378723
        },
        {
            "start": 1264378725,
            "stop": 1264378732
        },
        {
            "start": 1264378734,
            "stop": 1264378736
        },
        {
            "start": 1264378738,
            "stop": 1264378740
        },
        {
            "start": 1264378743,
            "stop": 1264378745
        },
        {
            "start": 1264378746,
            "stop": 1264378749
        },
        {
            "start": 1264378750,
            "stop": 1264378818
        },
        {
            "start": 1264378820,
            "stop": 1264378836
        },
        {
            "start": 1264378839,
            "stop": 1264378923
        },
        {
            "start": 1264378924,
            "stop": 1264378931
        },
        {
            "start": 1264378933,
            "stop": 1264378949
        }
    ]
}