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=979
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=980",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=978",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 979,
    "results": [
        {
            "start": 1251719837,
            "stop": 1251719987
        },
        {
            "start": 1251719992,
            "stop": 1251720128
        },
        {
            "start": 1251720132,
            "stop": 1251720144
        },
        {
            "start": 1251720149,
            "stop": 1251720270
        },
        {
            "start": 1251720274,
            "stop": 1251720311
        },
        {
            "start": 1251720316,
            "stop": 1251720318
        },
        {
            "start": 1251720319,
            "stop": 1251720673
        },
        {
            "start": 1251720676,
            "stop": 1251720700
        },
        {
            "start": 1251720704,
            "stop": 1251720733
        },
        {
            "start": 1251720737,
            "stop": 1251720760
        },
        {
            "start": 1251720764,
            "stop": 1251720786
        },
        {
            "start": 1251720789,
            "stop": 1251720920
        },
        {
            "start": 1251720925,
            "stop": 1251721038
        },
        {
            "start": 1251721041,
            "stop": 1251721045
        },
        {
            "start": 1251721049,
            "stop": 1251721105
        },
        {
            "start": 1251721110,
            "stop": 1251721122
        },
        {
            "start": 1251721127,
            "stop": 1251721132
        },
        {
            "start": 1251721137,
            "stop": 1251721160
        },
        {
            "start": 1251721164,
            "stop": 1251721182
        },
        {
            "start": 1251721187,
            "stop": 1251721188
        }
    ]
}