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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5225",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5223",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5224,
    "results": [
        {
            "start": 1136295318,
            "stop": 1136295327
        },
        {
            "start": 1136295329,
            "stop": 1136295330
        },
        {
            "start": 1136295332,
            "stop": 1136295388
        },
        {
            "start": 1136295390,
            "stop": 1136295395
        },
        {
            "start": 1136295397,
            "stop": 1136295404
        },
        {
            "start": 1136295406,
            "stop": 1136295415
        },
        {
            "start": 1136295417,
            "stop": 1136295422
        },
        {
            "start": 1136295424,
            "stop": 1136295539
        },
        {
            "start": 1136295541,
            "stop": 1136295644
        },
        {
            "start": 1136295646,
            "stop": 1136295654
        },
        {
            "start": 1136295656,
            "stop": 1136295666
        },
        {
            "start": 1136295668,
            "stop": 1136295674
        },
        {
            "start": 1136295676,
            "stop": 1136295691
        },
        {
            "start": 1136295695,
            "stop": 1136295712
        },
        {
            "start": 1136295714,
            "stop": 1136295745
        },
        {
            "start": 1136295747,
            "stop": 1136295784
        },
        {
            "start": 1136295786,
            "stop": 1136295804
        },
        {
            "start": 1136295806,
            "stop": 1136295886
        },
        {
            "start": 1136353446,
            "stop": 1136353494
        },
        {
            "start": 1136353496,
            "stop": 1136353499
        }
    ]
}