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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8607",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8605",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8606,
    "results": [
        {
            "start": 870811750,
            "stop": 870813110
        },
        {
            "start": 870813190,
            "stop": 870813542
        },
        {
            "start": 870813559,
            "stop": 870813728
        },
        {
            "start": 870814066,
            "stop": 870814080
        },
        {
            "start": 870814140,
            "stop": 870814260
        },
        {
            "start": 870814440,
            "stop": 870814535
        },
        {
            "start": 870814552,
            "stop": 870814589
        },
        {
            "start": 870814628,
            "stop": 870814644
        },
        {
            "start": 870814683,
            "stop": 870814790
        },
        {
            "start": 870816682,
            "stop": 870816948
        },
        {
            "start": 870816965,
            "stop": 870817007
        },
        {
            "start": 870817024,
            "stop": 870817620
        },
        {
            "start": 870817920,
            "stop": 870818330
        },
        {
            "start": 870818410,
            "stop": 870819240
        },
        {
            "start": 870819300,
            "stop": 870819333
        },
        {
            "start": 870819350,
            "stop": 870819600
        },
        {
            "start": 870819617,
            "stop": 870819726
        },
        {
            "start": 870819743,
            "stop": 870819780
        },
        {
            "start": 870819840,
            "stop": 870820018
        },
        {
            "start": 870820035,
            "stop": 870820066
        }
    ]
}