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=5126
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=5127",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5125",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5126,
    "results": [
        {
            "start": 1136987381,
            "stop": 1136987402
        },
        {
            "start": 1136987404,
            "stop": 1136987414
        },
        {
            "start": 1136987415,
            "stop": 1136987422
        },
        {
            "start": 1136987424,
            "stop": 1136987445
        },
        {
            "start": 1136987447,
            "stop": 1136987462
        },
        {
            "start": 1136987464,
            "stop": 1136987469
        },
        {
            "start": 1136987471,
            "stop": 1136987489
        },
        {
            "start": 1136987491,
            "stop": 1136987492
        },
        {
            "start": 1136987494,
            "stop": 1136987555
        },
        {
            "start": 1136987557,
            "stop": 1136987577
        },
        {
            "start": 1136987578,
            "stop": 1136987599
        },
        {
            "start": 1136987600,
            "stop": 1136987605
        },
        {
            "start": 1136987607,
            "stop": 1136987618
        },
        {
            "start": 1136987620,
            "stop": 1136987628
        },
        {
            "start": 1136987630,
            "stop": 1136987639
        },
        {
            "start": 1136987641,
            "stop": 1136987669
        },
        {
            "start": 1136987671,
            "stop": 1136987672
        },
        {
            "start": 1136987673,
            "stop": 1136987683
        },
        {
            "start": 1136987684,
            "stop": 1136987693
        },
        {
            "start": 1136987695,
            "stop": 1136987757
        }
    ]
}