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=431
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=432",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=430",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 431,
    "results": [
        {
            "start": 1264378510,
            "stop": 1264378534
        },
        {
            "start": 1264378535,
            "stop": 1264378536
        },
        {
            "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": 1264378739
        },
        {
            "start": 1264378744,
            "stop": 1264378745
        },
        {
            "start": 1264378746,
            "stop": 1264378749
        },
        {
            "start": 1264378750,
            "stop": 1264378818
        },
        {
            "start": 1264378820,
            "stop": 1264378836
        },
        {
            "start": 1264378839,
            "stop": 1264378923
        }
    ]
}