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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=479",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=477",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 478,
    "results": [
        {
            "start": 1264400659,
            "stop": 1264400772
        },
        {
            "start": 1264400776,
            "stop": 1264400937
        },
        {
            "start": 1264400940,
            "stop": 1264400966
        },
        {
            "start": 1264400969,
            "stop": 1264400983
        },
        {
            "start": 1264400986,
            "stop": 1264401027
        },
        {
            "start": 1264401028,
            "stop": 1264401061
        },
        {
            "start": 1264401063,
            "stop": 1264401163
        },
        {
            "start": 1264401166,
            "stop": 1264401180
        },
        {
            "start": 1264401182,
            "stop": 1264401186
        },
        {
            "start": 1264401187,
            "stop": 1264401188
        },
        {
            "start": 1264401189,
            "stop": 1264401195
        },
        {
            "start": 1264401196,
            "stop": 1264401219
        },
        {
            "start": 1264401222,
            "stop": 1264401228
        },
        {
            "start": 1264401231,
            "stop": 1264401261
        },
        {
            "start": 1264401263,
            "stop": 1264401270
        },
        {
            "start": 1264401273,
            "stop": 1264401286
        },
        {
            "start": 1264401287,
            "stop": 1264401294
        },
        {
            "start": 1264401295,
            "stop": 1264401296
        },
        {
            "start": 1264401297,
            "stop": 1264401335
        },
        {
            "start": 1264401339,
            "stop": 1264401343
        }
    ]
}