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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=139",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 140,
    "results": [
        {
            "start": 1372944717,
            "stop": 1372945132
        },
        {
            "start": 1372945134,
            "stop": 1372946263
        },
        {
            "start": 1372946265,
            "stop": 1372947504
        },
        {
            "start": 1372947505,
            "stop": 1372948106
        },
        {
            "start": 1372948110,
            "stop": 1372948763
        },
        {
            "start": 1372948764,
            "stop": 1372949273
        },
        {
            "start": 1372949275,
            "stop": 1372950479
        },
        {
            "start": 1372950481,
            "stop": 1372950944
        },
        {
            "start": 1372950946,
            "stop": 1372952231
        },
        {
            "start": 1372952233,
            "stop": 1372952919
        },
        {
            "start": 1372952921,
            "stop": 1372954587
        },
        {
            "start": 1372954589,
            "stop": 1372955142
        },
        {
            "start": 1372955144,
            "stop": 1372956461
        },
        {
            "start": 1372956463,
            "stop": 1372957290
        },
        {
            "start": 1372957292,
            "stop": 1372958892
        },
        {
            "start": 1372958897,
            "stop": 1372959481
        },
        {
            "start": 1372959482,
            "stop": 1372960602
        },
        {
            "start": 1372960607,
            "stop": 1372960754
        },
        {
            "start": 1372960756,
            "stop": 1372961230
        },
        {
            "start": 1372961232,
            "stop": 1372962062
        }
    ]
}