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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 134,
    "results": [
        {
            "start": 1239631888,
            "stop": 1239631915
        },
        {
            "start": 1239631916,
            "stop": 1239632620
        },
        {
            "start": 1239632623,
            "stop": 1239633264
        },
        {
            "start": 1239633265,
            "stop": 1239634585
        },
        {
            "start": 1239634586,
            "stop": 1239634743
        },
        {
            "start": 1239634745,
            "stop": 1239634765
        },
        {
            "start": 1239634766,
            "stop": 1239634919
        },
        {
            "start": 1239634920,
            "stop": 1239634921
        },
        {
            "start": 1239634922,
            "stop": 1239635148
        },
        {
            "start": 1239635149,
            "stop": 1239636444
        },
        {
            "start": 1239672090,
            "stop": 1239672302
        },
        {
            "start": 1239672303,
            "stop": 1239672345
        },
        {
            "start": 1239672348,
            "stop": 1239672529
        },
        {
            "start": 1239672530,
            "stop": 1239672986
        },
        {
            "start": 1239672993,
            "stop": 1239673469
        },
        {
            "start": 1239673472,
            "stop": 1239673478
        },
        {
            "start": 1239673481,
            "stop": 1239673504
        },
        {
            "start": 1239673505,
            "stop": 1239673608
        },
        {
            "start": 1239673609,
            "stop": 1239673707
        },
        {
            "start": 1239673709,
            "stop": 1239673880
        }
    ]
}