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=929
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=930",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=928",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 929,
    "results": [
        {
            "start": 1251530828,
            "stop": 1251530855
        },
        {
            "start": 1251530859,
            "stop": 1251530863
        },
        {
            "start": 1251530867,
            "stop": 1251530877
        },
        {
            "start": 1251530880,
            "stop": 1251530891
        },
        {
            "start": 1251530895,
            "stop": 1251530936
        },
        {
            "start": 1251530940,
            "stop": 1251530996
        },
        {
            "start": 1251531000,
            "stop": 1251531011
        },
        {
            "start": 1251531015,
            "stop": 1251531021
        },
        {
            "start": 1251531026,
            "stop": 1251531050
        },
        {
            "start": 1251531055,
            "stop": 1251531391
        },
        {
            "start": 1251531395,
            "stop": 1251531400
        },
        {
            "start": 1251531407,
            "stop": 1251532108
        },
        {
            "start": 1251532113,
            "stop": 1251532167
        },
        {
            "start": 1251538098,
            "stop": 1251538295
        },
        {
            "start": 1251538299,
            "stop": 1251538313
        },
        {
            "start": 1251538316,
            "stop": 1251538492
        },
        {
            "start": 1251538496,
            "stop": 1251538521
        },
        {
            "start": 1251538526,
            "stop": 1251538536
        },
        {
            "start": 1251538540,
            "stop": 1251538568
        },
        {
            "start": 1251538572,
            "stop": 1251538581
        }
    ]
}