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=5192
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=5193",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5191",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5192,
    "results": [
        {
            "start": 1136276709,
            "stop": 1136276711
        },
        {
            "start": 1136276713,
            "stop": 1136276719
        },
        {
            "start": 1136276721,
            "stop": 1136276724
        },
        {
            "start": 1136276726,
            "stop": 1136276739
        },
        {
            "start": 1136276741,
            "stop": 1136276762
        },
        {
            "start": 1136276764,
            "stop": 1136276796
        },
        {
            "start": 1136276798,
            "stop": 1136276812
        },
        {
            "start": 1136276814,
            "stop": 1136276834
        },
        {
            "start": 1136276836,
            "stop": 1136276872
        },
        {
            "start": 1136276874,
            "stop": 1136276908
        },
        {
            "start": 1136276910,
            "stop": 1136276922
        },
        {
            "start": 1136276924,
            "stop": 1136276943
        },
        {
            "start": 1136276945,
            "stop": 1136276953
        },
        {
            "start": 1136276955,
            "stop": 1136276958
        },
        {
            "start": 1136276960,
            "stop": 1136276965
        },
        {
            "start": 1136276967,
            "stop": 1136276998
        },
        {
            "start": 1136277000,
            "stop": 1136277008
        },
        {
            "start": 1136277010,
            "stop": 1136277047
        },
        {
            "start": 1136277049,
            "stop": 1136277086
        },
        {
            "start": 1136277088,
            "stop": 1136277113
        }
    ]
}