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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2950",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2951,
    "results": [
        {
            "start": 859821780,
            "stop": 859821863
        },
        {
            "start": 859821866,
            "stop": 859824471
        },
        {
            "start": 859824474,
            "stop": 859824720
        },
        {
            "start": 859824780,
            "stop": 859826268
        },
        {
            "start": 859826271,
            "stop": 859828436
        },
        {
            "start": 859828439,
            "stop": 859829047
        },
        {
            "start": 859829050,
            "stop": 859829950
        },
        {
            "start": 859829958,
            "stop": 859830000
        },
        {
            "start": 859830060,
            "stop": 859830228
        },
        {
            "start": 859830231,
            "stop": 859830395
        },
        {
            "start": 859830400,
            "stop": 859830402
        },
        {
            "start": 859830408,
            "stop": 859830425
        },
        {
            "start": 859830430,
            "stop": 859830600
        },
        {
            "start": 859830660,
            "stop": 859831327
        },
        {
            "start": 859834360,
            "stop": 859834999
        },
        {
            "start": 859835002,
            "stop": 859835976
        },
        {
            "start": 859835980,
            "stop": 859839720
        },
        {
            "start": 859839780,
            "stop": 859841739
        },
        {
            "start": 859841746,
            "stop": 859842432
        },
        {
            "start": 859842443,
            "stop": 859842455
        }
    ]
}