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=353
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=354",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=352",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 353,
    "results": [
        {
            "start": 1383948759,
            "stop": 1383964335
        },
        {
            "start": 1383964338,
            "stop": 1383966826
        },
        {
            "start": 1383966830,
            "stop": 1383969999
        },
        {
            "start": 1383970002,
            "stop": 1383976482
        },
        {
            "start": 1383976486,
            "stop": 1383981918
        },
        {
            "start": 1383981923,
            "stop": 1383983342
        },
        {
            "start": 1383994721,
            "stop": 1384000689
        },
        {
            "start": 1384000692,
            "stop": 1384002952
        },
        {
            "start": 1384002957,
            "stop": 1384005047
        },
        {
            "start": 1384005052,
            "stop": 1384009278
        },
        {
            "start": 1384219988,
            "stop": 1384224545
        },
        {
            "start": 1384228911,
            "stop": 1384245351
        },
        {
            "start": 1384257182,
            "stop": 1384260151
        },
        {
            "start": 1384260155,
            "stop": 1384271847
        },
        {
            "start": 1384271851,
            "stop": 1384282324
        },
        {
            "start": 1384282329,
            "stop": 1384285237
        },
        {
            "start": 1384285240,
            "stop": 1384290050
        },
        {
            "start": 1384297985,
            "stop": 1384318689
        },
        {
            "start": 1384318692,
            "stop": 1384319674
        },
        {
            "start": 1384319677,
            "stop": 1384324042
        }
    ]
}