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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=612",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=610",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 611,
    "results": [
        {
            "start": 1262942250,
            "stop": 1262942277
        },
        {
            "start": 1262942280,
            "stop": 1262942912
        },
        {
            "start": 1262942915,
            "stop": 1262943492
        },
        {
            "start": 1262943495,
            "stop": 1262943503
        },
        {
            "start": 1262943506,
            "stop": 1262943553
        },
        {
            "start": 1262943556,
            "stop": 1262943565
        },
        {
            "start": 1262943568,
            "stop": 1262943670
        },
        {
            "start": 1262943673,
            "stop": 1262943853
        },
        {
            "start": 1262943856,
            "stop": 1262943862
        },
        {
            "start": 1262943865,
            "stop": 1262944739
        },
        {
            "start": 1262944742,
            "stop": 1262944923
        },
        {
            "start": 1262944926,
            "stop": 1262944932
        },
        {
            "start": 1262944935,
            "stop": 1262945450
        },
        {
            "start": 1262945453,
            "stop": 1262945713
        },
        {
            "start": 1262945716,
            "stop": 1262945723
        },
        {
            "start": 1262945726,
            "stop": 1262945783
        },
        {
            "start": 1262945786,
            "stop": 1262946234
        },
        {
            "start": 1262946237,
            "stop": 1262946440
        },
        {
            "start": 1262946443,
            "stop": 1262946685
        },
        {
            "start": 1262946688,
            "stop": 1262946832
        }
    ]
}