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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=738",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=736",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 737,
    "results": [
        {
            "start": 1249018683,
            "stop": 1249018740
        },
        {
            "start": 1249018745,
            "stop": 1249019121
        },
        {
            "start": 1249019122,
            "stop": 1249019132
        },
        {
            "start": 1249019133,
            "stop": 1249019470
        },
        {
            "start": 1249019472,
            "stop": 1249019473
        },
        {
            "start": 1249019474,
            "stop": 1249019487
        },
        {
            "start": 1249019491,
            "stop": 1249021090
        },
        {
            "start": 1249021096,
            "stop": 1249021098
        },
        {
            "start": 1249021099,
            "stop": 1249021101
        },
        {
            "start": 1249021104,
            "stop": 1249021107
        },
        {
            "start": 1249021108,
            "stop": 1249021110
        },
        {
            "start": 1249021112,
            "stop": 1249023661
        },
        {
            "start": 1249023665,
            "stop": 1249023775
        },
        {
            "start": 1249023776,
            "stop": 1249023778
        },
        {
            "start": 1249023783,
            "stop": 1249024467
        },
        {
            "start": 1249024469,
            "stop": 1249024476
        },
        {
            "start": 1249024477,
            "stop": 1249024482
        },
        {
            "start": 1249024483,
            "stop": 1249024485
        },
        {
            "start": 1249024486,
            "stop": 1249024488
        },
        {
            "start": 1249024491,
            "stop": 1249024585
        }
    ]
}