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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=355",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 356,
    "results": [
        {
            "start": 1260712922,
            "stop": 1260713103
        },
        {
            "start": 1260723947,
            "stop": 1260725302
        },
        {
            "start": 1260725305,
            "stop": 1260726926
        },
        {
            "start": 1260726929,
            "stop": 1260727027
        },
        {
            "start": 1260727030,
            "stop": 1260727090
        },
        {
            "start": 1260727093,
            "stop": 1260728036
        },
        {
            "start": 1260728039,
            "stop": 1260729493
        },
        {
            "start": 1260729496,
            "stop": 1260736431
        },
        {
            "start": 1260736434,
            "stop": 1260738008
        },
        {
            "start": 1260746843,
            "stop": 1260747318
        },
        {
            "start": 1260747321,
            "stop": 1260747917
        },
        {
            "start": 1260755941,
            "stop": 1260756613
        },
        {
            "start": 1260756616,
            "stop": 1260759500
        },
        {
            "start": 1260759503,
            "stop": 1260759628
        },
        {
            "start": 1260759631,
            "stop": 1260760009
        },
        {
            "start": 1260760018,
            "stop": 1260762516
        },
        {
            "start": 1260762519,
            "stop": 1260764212
        },
        {
            "start": 1260764215,
            "stop": 1260771859
        },
        {
            "start": 1260771867,
            "stop": 1260771938
        },
        {
            "start": 1260771940,
            "stop": 1260772864
        }
    ]
}