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=391
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=392",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=390",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 391,
    "results": [
        {
            "start": 1261005767,
            "stop": 1261009070
        },
        {
            "start": 1261009073,
            "stop": 1261009110
        },
        {
            "start": 1261009113,
            "stop": 1261009124
        },
        {
            "start": 1261009126,
            "stop": 1261009539
        },
        {
            "start": 1261009544,
            "stop": 1261009549
        },
        {
            "start": 1261009553,
            "stop": 1261009571
        },
        {
            "start": 1261009574,
            "stop": 1261010349
        },
        {
            "start": 1261010351,
            "stop": 1261010363
        },
        {
            "start": 1261010366,
            "stop": 1261010426
        },
        {
            "start": 1261010429,
            "stop": 1261010507
        },
        {
            "start": 1261010510,
            "stop": 1261010517
        },
        {
            "start": 1261010519,
            "stop": 1261010527
        },
        {
            "start": 1261010530,
            "stop": 1261010532
        },
        {
            "start": 1261010535,
            "stop": 1261011370
        },
        {
            "start": 1261011373,
            "stop": 1261012486
        },
        {
            "start": 1261013054,
            "stop": 1261013353
        },
        {
            "start": 1261013361,
            "stop": 1261014922
        },
        {
            "start": 1261014924,
            "stop": 1261016238
        },
        {
            "start": 1261016241,
            "stop": 1261016851
        },
        {
            "start": 1261016854,
            "stop": 1261017287
        }
    ]
}