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=923
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=924",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=922",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 923,
    "results": [
        {
            "start": 1251487458,
            "stop": 1251487460
        },
        {
            "start": 1251487461,
            "stop": 1251487463
        },
        {
            "start": 1251487464,
            "stop": 1251487467
        },
        {
            "start": 1251487468,
            "stop": 1251487603
        },
        {
            "start": 1251487607,
            "stop": 1251487762
        },
        {
            "start": 1251487766,
            "stop": 1251488075
        },
        {
            "start": 1251488079,
            "stop": 1251488374
        },
        {
            "start": 1251488378,
            "stop": 1251488958
        },
        {
            "start": 1251488961,
            "stop": 1251490047
        },
        {
            "start": 1251490051,
            "stop": 1251490540
        },
        {
            "start": 1251490545,
            "stop": 1251491800
        },
        {
            "start": 1251491804,
            "stop": 1251492772
        },
        {
            "start": 1251492776,
            "stop": 1251492786
        },
        {
            "start": 1251492788,
            "stop": 1251492791
        },
        {
            "start": 1251492792,
            "stop": 1251492796
        },
        {
            "start": 1251492797,
            "stop": 1251493614
        },
        {
            "start": 1251493615,
            "stop": 1251493617
        },
        {
            "start": 1251493618,
            "stop": 1251493625
        },
        {
            "start": 1251493711,
            "stop": 1251493714
        },
        {
            "start": 1251493718,
            "stop": 1251493720
        }
    ]
}