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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=294",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 295,
    "results": [
        {
            "start": 821687641,
            "stop": 821688098
        },
        {
            "start": 821688105,
            "stop": 821690168
        },
        {
            "start": 821690175,
            "stop": 821691073
        },
        {
            "start": 821691562,
            "stop": 821693750
        },
        {
            "start": 821693830,
            "stop": 821695014
        },
        {
            "start": 821695021,
            "stop": 821697490
        },
        {
            "start": 821697498,
            "stop": 821697508
        },
        {
            "start": 821697515,
            "stop": 821698554
        },
        {
            "start": 821698562,
            "stop": 821701667
        },
        {
            "start": 821701674,
            "stop": 821704966
        },
        {
            "start": 821704973,
            "stop": 821706765
        },
        {
            "start": 821706772,
            "stop": 821709600
        },
        {
            "start": 821709660,
            "stop": 821716695
        },
        {
            "start": 821716699,
            "stop": 821717460
        },
        {
            "start": 821717520,
            "stop": 821718102
        },
        {
            "start": 821718109,
            "stop": 821718180
        },
        {
            "start": 821718240,
            "stop": 821718600
        },
        {
            "start": 821718660,
            "stop": 821718673
        },
        {
            "start": 821720082,
            "stop": 821720773
        },
        {
            "start": 821720815,
            "stop": 821720816
        }
    ]
}