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=5098
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=5099",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5097",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5098,
    "results": [
        {
            "start": 1136976375,
            "stop": 1136976385
        },
        {
            "start": 1136976387,
            "stop": 1136976394
        },
        {
            "start": 1136976396,
            "stop": 1136976402
        },
        {
            "start": 1136976404,
            "stop": 1136976407
        },
        {
            "start": 1136976409,
            "stop": 1136976425
        },
        {
            "start": 1136976427,
            "stop": 1136976432
        },
        {
            "start": 1136976434,
            "stop": 1136976458
        },
        {
            "start": 1136976461,
            "stop": 1136976477
        },
        {
            "start": 1136976479,
            "stop": 1136976512
        },
        {
            "start": 1136976513,
            "stop": 1136976519
        },
        {
            "start": 1136976521,
            "stop": 1136976537
        },
        {
            "start": 1136976539,
            "stop": 1136976572
        },
        {
            "start": 1136976574,
            "stop": 1136976654
        },
        {
            "start": 1136976656,
            "stop": 1136976658
        },
        {
            "start": 1136976660,
            "stop": 1136976674
        },
        {
            "start": 1136976678,
            "stop": 1136976683
        },
        {
            "start": 1136976684,
            "stop": 1136976686
        },
        {
            "start": 1136976687,
            "stop": 1136976702
        },
        {
            "start": 1136976704,
            "stop": 1136976709
        },
        {
            "start": 1136976711,
            "stop": 1136976731
        }
    ]
}