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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=65",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 66,
    "results": [
        {
            "start": 1126478631,
            "stop": 1126478700
        },
        {
            "start": 1126478701,
            "stop": 1126478777
        },
        {
            "start": 1126478778,
            "stop": 1126479033
        },
        {
            "start": 1126479034,
            "stop": 1126479402
        },
        {
            "start": 1126479403,
            "stop": 1126479436
        },
        {
            "start": 1126479443,
            "stop": 1126479483
        },
        {
            "start": 1126479484,
            "stop": 1126479776
        },
        {
            "start": 1126479778,
            "stop": 1126480071
        },
        {
            "start": 1126480073,
            "stop": 1126480074
        },
        {
            "start": 1126480076,
            "stop": 1126480077
        },
        {
            "start": 1126480079,
            "stop": 1126480080
        },
        {
            "start": 1126523802,
            "stop": 1126524247
        },
        {
            "start": 1126524249,
            "stop": 1126524541
        },
        {
            "start": 1126524542,
            "stop": 1126524734
        },
        {
            "start": 1126524735,
            "stop": 1126524831
        },
        {
            "start": 1126524832,
            "stop": 1126524884
        },
        {
            "start": 1126524885,
            "stop": 1126525100
        },
        {
            "start": 1126525102,
            "stop": 1126525134
        },
        {
            "start": 1126525135,
            "stop": 1126525434
        },
        {
            "start": 1126525435,
            "stop": 1126525785
        }
    ]
}