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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=275",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 276,
    "results": [
        {
            "start": 1377171695,
            "stop": 1377172899
        },
        {
            "start": 1377172900,
            "stop": 1377174340
        },
        {
            "start": 1377174345,
            "stop": 1377175258
        },
        {
            "start": 1377175260,
            "stop": 1377177126
        },
        {
            "start": 1377177127,
            "stop": 1377177263
        },
        {
            "start": 1377177265,
            "stop": 1377178005
        },
        {
            "start": 1377178007,
            "stop": 1377179044
        },
        {
            "start": 1377179045,
            "stop": 1377179838
        },
        {
            "start": 1377179839,
            "stop": 1377182543
        },
        {
            "start": 1377182545,
            "stop": 1377182960
        },
        {
            "start": 1377182962,
            "stop": 1377183757
        },
        {
            "start": 1377183759,
            "stop": 1377184983
        },
        {
            "start": 1377184985,
            "stop": 1377185324
        },
        {
            "start": 1377185325,
            "stop": 1377185640
        },
        {
            "start": 1377185642,
            "stop": 1377187274
        },
        {
            "start": 1377187276,
            "stop": 1377187876
        },
        {
            "start": 1377187877,
            "stop": 1377187962
        },
        {
            "start": 1377187964,
            "stop": 1377188268
        },
        {
            "start": 1377188273,
            "stop": 1377190317
        },
        {
            "start": 1377190318,
            "stop": 1377190488
        }
    ]
}