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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=253",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 254,
    "results": [
        {
            "start": 1376741388,
            "stop": 1376741864
        },
        {
            "start": 1376741865,
            "stop": 1376742798
        },
        {
            "start": 1376742800,
            "stop": 1376742978
        },
        {
            "start": 1376742979,
            "stop": 1376743721
        },
        {
            "start": 1376743723,
            "stop": 1376743741
        },
        {
            "start": 1376743743,
            "stop": 1376744895
        },
        {
            "start": 1376744896,
            "stop": 1376745314
        },
        {
            "start": 1376745315,
            "stop": 1376745461
        },
        {
            "start": 1376745463,
            "stop": 1376745595
        },
        {
            "start": 1376745597,
            "stop": 1376746661
        },
        {
            "start": 1376746663,
            "stop": 1376748020
        },
        {
            "start": 1376748022,
            "stop": 1376748115
        },
        {
            "start": 1376769406,
            "stop": 1376769637
        },
        {
            "start": 1376769641,
            "stop": 1376769894
        },
        {
            "start": 1376769896,
            "stop": 1376770391
        },
        {
            "start": 1376770392,
            "stop": 1376770505
        },
        {
            "start": 1376770507,
            "stop": 1376770832
        },
        {
            "start": 1376770833,
            "stop": 1376772228
        },
        {
            "start": 1376772230,
            "stop": 1376773084
        },
        {
            "start": 1376773085,
            "stop": 1376773091
        }
    ]
}