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/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=107
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=106",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 107,
    "results": [
        {
            "start": 1377404431,
            "stop": 1377411110
        },
        {
            "start": 1377411115,
            "stop": 1377411489
        },
        {
            "start": 1377411494,
            "stop": 1377423411
        },
        {
            "start": 1377423414,
            "stop": 1377435783
        },
        {
            "start": 1377435938,
            "stop": 1377438759
        },
        {
            "start": 1377438762,
            "stop": 1377443810
        },
        {
            "start": 1377443918,
            "stop": 1377444372
        },
        {
            "start": 1377444540,
            "stop": 1377444568
        },
        {
            "start": 1377446650,
            "stop": 1377447505
        },
        {
            "start": 1377470811,
            "stop": 1377472075
        },
        {
            "start": 1377472079,
            "stop": 1377473882
        },
        {
            "start": 1377473887,
            "stop": 1377475050
        },
        {
            "start": 1377475055,
            "stop": 1377508168
        },
        {
            "start": 1377508173,
            "stop": 1377522851
        },
        {
            "start": 1377522856,
            "stop": 1377528613
        },
        {
            "start": 1377528618,
            "stop": 1377532163
        },
        {
            "start": 1377532168,
            "stop": 1377534838
        },
        {
            "start": 1377534843,
            "stop": 1377537046
        },
        {
            "start": 1377537050,
            "stop": 1377541830
        },
        {
            "start": 1377547788,
            "stop": 1377550447
        }
    ]
}