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=962
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=963",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=961",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 962,
    "results": [
        {
            "start": 1251692240,
            "stop": 1251692241
        },
        {
            "start": 1251692252,
            "stop": 1251692339
        },
        {
            "start": 1251692343,
            "stop": 1251692394
        },
        {
            "start": 1251692399,
            "stop": 1251692405
        },
        {
            "start": 1251692409,
            "stop": 1251692542
        },
        {
            "start": 1251692547,
            "stop": 1251692562
        },
        {
            "start": 1251692567,
            "stop": 1251692587
        },
        {
            "start": 1251692592,
            "stop": 1251692649
        },
        {
            "start": 1251692653,
            "stop": 1251692738
        },
        {
            "start": 1251692743,
            "stop": 1251692858
        },
        {
            "start": 1251692863,
            "stop": 1251692900
        },
        {
            "start": 1251692905,
            "stop": 1251692928
        },
        {
            "start": 1251692933,
            "stop": 1251692965
        },
        {
            "start": 1251692970,
            "stop": 1251693034
        },
        {
            "start": 1251693039,
            "stop": 1251693057
        },
        {
            "start": 1251693061,
            "stop": 1251693076
        },
        {
            "start": 1251693081,
            "stop": 1251693096
        },
        {
            "start": 1251693101,
            "stop": 1251693103
        },
        {
            "start": 1251693108,
            "stop": 1251693176
        },
        {
            "start": 1251693181,
            "stop": 1251693223
        }
    ]
}