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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=65",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 66,
    "results": [
        {
            "start": 1373293909,
            "stop": 1373300715
        },
        {
            "start": 1373302884,
            "stop": 1373307261
        },
        {
            "start": 1373324597,
            "stop": 1373324680
        },
        {
            "start": 1373324684,
            "stop": 1373328442
        },
        {
            "start": 1373328447,
            "stop": 1373329787
        },
        {
            "start": 1373329792,
            "stop": 1373335572
        },
        {
            "start": 1373335575,
            "stop": 1373342354
        },
        {
            "start": 1373342359,
            "stop": 1373343848
        },
        {
            "start": 1373343853,
            "stop": 1373345464
        },
        {
            "start": 1373345467,
            "stop": 1373346887
        },
        {
            "start": 1373346892,
            "stop": 1373347429
        },
        {
            "start": 1373347434,
            "stop": 1373358474
        },
        {
            "start": 1373358479,
            "stop": 1373362621
        },
        {
            "start": 1373376025,
            "stop": 1373382094
        },
        {
            "start": 1373382099,
            "stop": 1373385915
        },
        {
            "start": 1373385920,
            "stop": 1373386700
        },
        {
            "start": 1373394762,
            "stop": 1373395818
        },
        {
            "start": 1373395823,
            "stop": 1373396137
        },
        {
            "start": 1373396142,
            "stop": 1373398700
        },
        {
            "start": 1373398705,
            "stop": 1373400141
        }
    ]
}