Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=990
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=991",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=989",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 990,
    "results": [
        {
            "start": 1251823245,
            "stop": 1251823311
        },
        {
            "start": 1251823315,
            "stop": 1251823379
        },
        {
            "start": 1251823383,
            "stop": 1251823682
        },
        {
            "start": 1251823690,
            "stop": 1251824153
        },
        {
            "start": 1251824158,
            "stop": 1251824210
        },
        {
            "start": 1251824215,
            "stop": 1251824260
        },
        {
            "start": 1251824265,
            "stop": 1251824357
        },
        {
            "start": 1251824361,
            "stop": 1251824404
        },
        {
            "start": 1251824409,
            "stop": 1251824536
        },
        {
            "start": 1251824539,
            "stop": 1251824582
        },
        {
            "start": 1251824586,
            "stop": 1251824898
        },
        {
            "start": 1251824902,
            "stop": 1251825260
        },
        {
            "start": 1251825263,
            "stop": 1251825306
        },
        {
            "start": 1251825310,
            "stop": 1251825563
        },
        {
            "start": 1251825567,
            "stop": 1251825799
        },
        {
            "start": 1251825804,
            "stop": 1251825826
        },
        {
            "start": 1251825830,
            "stop": 1251826005
        },
        {
            "start": 1251826008,
            "stop": 1251826301
        },
        {
            "start": 1251826306,
            "stop": 1251826656
        },
        {
            "start": 1251826660,
            "stop": 1251826731
        }
    ]
}