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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=79",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 80,
    "results": [
        {
            "start": 1238925756,
            "stop": 1238926288
        },
        {
            "start": 1238926289,
            "stop": 1238926328
        },
        {
            "start": 1238926329,
            "stop": 1238926495
        },
        {
            "start": 1238926496,
            "stop": 1238926836
        },
        {
            "start": 1238926837,
            "stop": 1238926866
        },
        {
            "start": 1238926867,
            "stop": 1238927038
        },
        {
            "start": 1238927039,
            "stop": 1238927743
        },
        {
            "start": 1238927746,
            "stop": 1238927882
        },
        {
            "start": 1238927883,
            "stop": 1238927885
        },
        {
            "start": 1238927887,
            "stop": 1238927900
        },
        {
            "start": 1238927903,
            "stop": 1238927939
        },
        {
            "start": 1238927940,
            "stop": 1238928223
        },
        {
            "start": 1238928224,
            "stop": 1238928244
        },
        {
            "start": 1238928245,
            "stop": 1238928427
        },
        {
            "start": 1238928428,
            "stop": 1238928567
        },
        {
            "start": 1238928570,
            "stop": 1238928595
        },
        {
            "start": 1238928596,
            "stop": 1238928660
        },
        {
            "start": 1238928661,
            "stop": 1238928878
        },
        {
            "start": 1238928881,
            "stop": 1238929044
        },
        {
            "start": 1238929045,
            "stop": 1238929204
        }
    ]
}