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=813
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=814",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=812",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 813,
    "results": [
        {
            "start": 1250254192,
            "stop": 1250254460
        },
        {
            "start": 1250254465,
            "stop": 1250254515
        },
        {
            "start": 1250254520,
            "stop": 1250254526
        },
        {
            "start": 1250254531,
            "stop": 1250254534
        },
        {
            "start": 1250254541,
            "stop": 1250254617
        },
        {
            "start": 1250254619,
            "stop": 1250254630
        },
        {
            "start": 1250254634,
            "stop": 1250254652
        },
        {
            "start": 1250254656,
            "stop": 1250254711
        },
        {
            "start": 1250254712,
            "stop": 1250254717
        },
        {
            "start": 1250254719,
            "stop": 1250254731
        },
        {
            "start": 1250254733,
            "stop": 1250254738
        },
        {
            "start": 1250254740,
            "stop": 1250254766
        },
        {
            "start": 1250254769,
            "stop": 1250254803
        },
        {
            "start": 1250254804,
            "stop": 1250254806
        },
        {
            "start": 1250254809,
            "stop": 1250254817
        },
        {
            "start": 1250254819,
            "stop": 1250255075
        },
        {
            "start": 1250255079,
            "stop": 1250255084
        },
        {
            "start": 1250255089,
            "stop": 1250255092
        },
        {
            "start": 1250255096,
            "stop": 1250255133
        },
        {
            "start": 1250255136,
            "stop": 1250255139
        }
    ]
}