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=386
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=387",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=385",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 386,
    "results": [
        {
            "start": 1264336483,
            "stop": 1264336533
        },
        {
            "start": 1264336534,
            "stop": 1264336537
        },
        {
            "start": 1264336539,
            "stop": 1264336541
        },
        {
            "start": 1264336543,
            "stop": 1264336545
        },
        {
            "start": 1264336550,
            "stop": 1264336777
        },
        {
            "start": 1264336782,
            "stop": 1264336786
        },
        {
            "start": 1264336787,
            "stop": 1264336795
        },
        {
            "start": 1264336800,
            "stop": 1264336802
        },
        {
            "start": 1264336803,
            "stop": 1264336811
        },
        {
            "start": 1264336812,
            "stop": 1264336816
        },
        {
            "start": 1264336828,
            "stop": 1264336833
        },
        {
            "start": 1264336836,
            "stop": 1264336897
        },
        {
            "start": 1264336900,
            "stop": 1264336903
        },
        {
            "start": 1264336904,
            "stop": 1264336908
        },
        {
            "start": 1264336910,
            "stop": 1264336914
        },
        {
            "start": 1264336915,
            "stop": 1264336918
        },
        {
            "start": 1264336919,
            "stop": 1264336920
        },
        {
            "start": 1264336921,
            "stop": 1264336926
        },
        {
            "start": 1264336927,
            "stop": 1264336929
        },
        {
            "start": 1264336930,
            "stop": 1264336939
        }
    ]
}