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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=84",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 85,
    "results": [
        {
            "start": 1371249845,
            "stop": 1371250081
        },
        {
            "start": 1371250086,
            "stop": 1371250719
        },
        {
            "start": 1371250720,
            "stop": 1371251776
        },
        {
            "start": 1371251777,
            "stop": 1371252733
        },
        {
            "start": 1371252734,
            "stop": 1371253820
        },
        {
            "start": 1371253822,
            "stop": 1371254847
        },
        {
            "start": 1371254848,
            "stop": 1371255905
        },
        {
            "start": 1371255907,
            "stop": 1371255941
        },
        {
            "start": 1371255944,
            "stop": 1371257151
        },
        {
            "start": 1371257156,
            "stop": 1371257598
        },
        {
            "start": 1371257603,
            "stop": 1371258180
        },
        {
            "start": 1371258182,
            "stop": 1371260538
        },
        {
            "start": 1371260540,
            "stop": 1371262985
        },
        {
            "start": 1371262986,
            "stop": 1371263677
        },
        {
            "start": 1371263679,
            "stop": 1371265154
        },
        {
            "start": 1371265156,
            "stop": 1371265484
        },
        {
            "start": 1371265485,
            "stop": 1371266392
        },
        {
            "start": 1371266393,
            "stop": 1371266746
        },
        {
            "start": 1371266747,
            "stop": 1371267035
        },
        {
            "start": 1371267037,
            "stop": 1371267406
        }
    ]
}