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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=199",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 200,
    "results": [
        {
            "start": 931665179,
            "stop": 931665183
        },
        {
            "start": 931665191,
            "stop": 931665199
        },
        {
            "start": 931665202,
            "stop": 931665211
        },
        {
            "start": 931665215,
            "stop": 931665217
        },
        {
            "start": 931665222,
            "stop": 931665224
        },
        {
            "start": 931667881,
            "stop": 931667894
        },
        {
            "start": 931667897,
            "stop": 931667901
        },
        {
            "start": 931667907,
            "stop": 931667913
        },
        {
            "start": 931667916,
            "stop": 931667963
        },
        {
            "start": 931667966,
            "stop": 931667975
        },
        {
            "start": 931667978,
            "stop": 931667982
        },
        {
            "start": 931667985,
            "stop": 931667995
        },
        {
            "start": 931667998,
            "stop": 931668007
        },
        {
            "start": 931668010,
            "stop": 931668013
        },
        {
            "start": 931668016,
            "stop": 931668020
        },
        {
            "start": 931668027,
            "stop": 931668032
        },
        {
            "start": 931668036,
            "stop": 931668044
        },
        {
            "start": 931668050,
            "stop": 931668058
        },
        {
            "start": 931668063,
            "stop": 931668083
        },
        {
            "start": 931668086,
            "stop": 931668111
        }
    ]
}