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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=644",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=642",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 643,
    "results": [
        {
            "start": 1247692070,
            "stop": 1247692464
        },
        {
            "start": 1247692467,
            "stop": 1247692468
        },
        {
            "start": 1247692469,
            "stop": 1247692474
        },
        {
            "start": 1247692477,
            "stop": 1247693494
        },
        {
            "start": 1247693495,
            "stop": 1247693499
        },
        {
            "start": 1247693500,
            "stop": 1247694018
        },
        {
            "start": 1247694027,
            "stop": 1247695460
        },
        {
            "start": 1247695464,
            "stop": 1247697064
        },
        {
            "start": 1247697068,
            "stop": 1247699474
        },
        {
            "start": 1247699478,
            "stop": 1247710899
        },
        {
            "start": 1247710903,
            "stop": 1247711413
        },
        {
            "start": 1247711417,
            "stop": 1247711597
        },
        {
            "start": 1247711601,
            "stop": 1247712398
        },
        {
            "start": 1247712406,
            "stop": 1247713104
        },
        {
            "start": 1247713109,
            "stop": 1247715160
        },
        {
            "start": 1247715165,
            "stop": 1247718898
        },
        {
            "start": 1247718903,
            "stop": 1247718979
        },
        {
            "start": 1247718984,
            "stop": 1247720811
        },
        {
            "start": 1247720815,
            "stop": 1247721598
        },
        {
            "start": 1247721601,
            "stop": 1247721769
        }
    ]
}