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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=82",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 83,
    "results": [
        {
            "start": 1375002851,
            "stop": 1375004692
        },
        {
            "start": 1375004697,
            "stop": 1375008708
        },
        {
            "start": 1375008712,
            "stop": 1375009806
        },
        {
            "start": 1375009811,
            "stop": 1375011929
        },
        {
            "start": 1375011934,
            "stop": 1375014399
        },
        {
            "start": 1375014404,
            "stop": 1375016893
        },
        {
            "start": 1375016898,
            "stop": 1375017357
        },
        {
            "start": 1375017362,
            "stop": 1375023535
        },
        {
            "start": 1375023540,
            "stop": 1375024367
        },
        {
            "start": 1375024372,
            "stop": 1375026283
        },
        {
            "start": 1375026286,
            "stop": 1375027136
        },
        {
            "start": 1375027141,
            "stop": 1375027250
        },
        {
            "start": 1375041255,
            "stop": 1375046895
        },
        {
            "start": 1375046899,
            "stop": 1375048732
        },
        {
            "start": 1375048737,
            "stop": 1375048858
        },
        {
            "start": 1375063092,
            "stop": 1375073125
        },
        {
            "start": 1375073130,
            "stop": 1375082697
        },
        {
            "start": 1375082702,
            "stop": 1375088028
        },
        {
            "start": 1375088033,
            "stop": 1375089482
        },
        {
            "start": 1375089487,
            "stop": 1375089715
        }
    ]
}