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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=205",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 206,
    "results": [
        {
            "start": 1261908250,
            "stop": 1261908338
        },
        {
            "start": 1261908341,
            "stop": 1261908530
        },
        {
            "start": 1261908533,
            "stop": 1261908815
        },
        {
            "start": 1261908820,
            "stop": 1261908823
        },
        {
            "start": 1261908826,
            "stop": 1261908832
        },
        {
            "start": 1261908835,
            "stop": 1261908969
        },
        {
            "start": 1261908972,
            "stop": 1261909146
        },
        {
            "start": 1261909149,
            "stop": 1261910065
        },
        {
            "start": 1261910068,
            "stop": 1261910084
        },
        {
            "start": 1261910087,
            "stop": 1261910198
        },
        {
            "start": 1261910203,
            "stop": 1261910747
        },
        {
            "start": 1261910750,
            "stop": 1261910836
        },
        {
            "start": 1261910838,
            "stop": 1261911393
        },
        {
            "start": 1261911396,
            "stop": 1261911484
        },
        {
            "start": 1261911488,
            "stop": 1261911731
        },
        {
            "start": 1261911733,
            "stop": 1261913976
        },
        {
            "start": 1261913979,
            "stop": 1261914725
        },
        {
            "start": 1261914728,
            "stop": 1261916141
        },
        {
            "start": 1261916143,
            "stop": 1261919024
        },
        {
            "start": 1261919027,
            "stop": 1261920922
        }
    ]
}