Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1961
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1962",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1960",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1961,
    "results": [
        {
            "start": 1253224840,
            "stop": 1253225550
        },
        {
            "start": 1253225558,
            "stop": 1253225684
        },
        {
            "start": 1253225687,
            "stop": 1253226907
        },
        {
            "start": 1253226908,
            "stop": 1253227270
        },
        {
            "start": 1253227273,
            "stop": 1253227994
        },
        {
            "start": 1253227997,
            "stop": 1253228132
        },
        {
            "start": 1253228135,
            "stop": 1253228765
        },
        {
            "start": 1253228766,
            "stop": 1253229779
        },
        {
            "start": 1253229782,
            "stop": 1253229996
        },
        {
            "start": 1253229999,
            "stop": 1253230043
        },
        {
            "start": 1253230045,
            "stop": 1253234324
        },
        {
            "start": 1253234327,
            "stop": 1253235882
        },
        {
            "start": 1253235883,
            "stop": 1253240436
        },
        {
            "start": 1253240439,
            "stop": 1253241866
        },
        {
            "start": 1253241869,
            "stop": 1253242322
        },
        {
            "start": 1253242325,
            "stop": 1253243309
        },
        {
            "start": 1253243311,
            "stop": 1253243889
        },
        {
            "start": 1253243892,
            "stop": 1253246151
        },
        {
            "start": 1253246154,
            "stop": 1253248432
        },
        {
            "start": 1253248435,
            "stop": 1253250804
        }
    ]
}