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=474
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=475",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=473",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 474,
    "results": [
        {
            "start": 1264398311,
            "stop": 1264398327
        },
        {
            "start": 1264398328,
            "stop": 1264398333
        },
        {
            "start": 1264398334,
            "stop": 1264398335
        },
        {
            "start": 1264398336,
            "stop": 1264398341
        },
        {
            "start": 1264398343,
            "stop": 1264398364
        },
        {
            "start": 1264398367,
            "stop": 1264398373
        },
        {
            "start": 1264398375,
            "stop": 1264398381
        },
        {
            "start": 1264398383,
            "stop": 1264398463
        },
        {
            "start": 1264398464,
            "stop": 1264398473
        },
        {
            "start": 1264398474,
            "stop": 1264398480
        },
        {
            "start": 1264398482,
            "stop": 1264398522
        },
        {
            "start": 1264398524,
            "stop": 1264398530
        },
        {
            "start": 1264398535,
            "stop": 1264398536
        },
        {
            "start": 1264398537,
            "stop": 1264398538
        },
        {
            "start": 1264398540,
            "stop": 1264398564
        },
        {
            "start": 1264398565,
            "stop": 1264398567
        },
        {
            "start": 1264398573,
            "stop": 1264398611
        },
        {
            "start": 1264398613,
            "stop": 1264398750
        },
        {
            "start": 1264398752,
            "stop": 1264398759
        },
        {
            "start": 1264398760,
            "stop": 1264398768
        }
    ]
}