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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5305",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5303",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5304,
    "results": [
        {
            "start": 1137094317,
            "stop": 1137094318
        },
        {
            "start": 1137094320,
            "stop": 1137094336
        },
        {
            "start": 1137094338,
            "stop": 1137094389
        },
        {
            "start": 1137094391,
            "stop": 1137094394
        },
        {
            "start": 1137094398,
            "stop": 1137094424
        },
        {
            "start": 1137094426,
            "stop": 1137094436
        },
        {
            "start": 1137094438,
            "stop": 1137094457
        },
        {
            "start": 1137094459,
            "stop": 1137094490
        },
        {
            "start": 1137094492,
            "stop": 1137094494
        },
        {
            "start": 1137094495,
            "stop": 1137094513
        },
        {
            "start": 1137094515,
            "stop": 1137094523
        },
        {
            "start": 1137094525,
            "stop": 1137094537
        },
        {
            "start": 1137094539,
            "stop": 1137094558
        },
        {
            "start": 1137094562,
            "stop": 1137094682
        },
        {
            "start": 1137094684,
            "stop": 1137094724
        },
        {
            "start": 1137094726,
            "stop": 1137094727
        },
        {
            "start": 1137094731,
            "stop": 1137094732
        },
        {
            "start": 1137094734,
            "stop": 1137094736
        },
        {
            "start": 1137094738,
            "stop": 1137094772
        },
        {
            "start": 1137094774,
            "stop": 1137094818
        }
    ]
}