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=8599
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=8600",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8598",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8599,
    "results": [
        {
            "start": 870707143,
            "stop": 870710270
        },
        {
            "start": 870710350,
            "stop": 870713052
        },
        {
            "start": 870713056,
            "stop": 870713630
        },
        {
            "start": 870713710,
            "stop": 870715907
        },
        {
            "start": 870716257,
            "stop": 870716270
        },
        {
            "start": 870716410,
            "stop": 870716596
        },
        {
            "start": 870716714,
            "stop": 870717360
        },
        {
            "start": 870718080,
            "stop": 870718140
        },
        {
            "start": 870718200,
            "stop": 870718562
        },
        {
            "start": 870718623,
            "stop": 870718770
        },
        {
            "start": 870718786,
            "stop": 870720170
        },
        {
            "start": 870720250,
            "stop": 870724490
        },
        {
            "start": 870724570,
            "stop": 870725760
        },
        {
            "start": 870725880,
            "stop": 870727070
        },
        {
            "start": 870727150,
            "stop": 870728153
        },
        {
            "start": 870728157,
            "stop": 870730440
        },
        {
            "start": 870730500,
            "stop": 870731220
        },
        {
            "start": 870731280,
            "stop": 870731520
        },
        {
            "start": 870731580,
            "stop": 870731587
        },
        {
            "start": 870731625,
            "stop": 870731630
        }
    ]
}