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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=295",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 296,
    "results": [
        {
            "start": 849562148,
            "stop": 849564001
        },
        {
            "start": 849565153,
            "stop": 849565252
        },
        {
            "start": 849565258,
            "stop": 849565273
        },
        {
            "start": 849565319,
            "stop": 849565322
        },
        {
            "start": 849566075,
            "stop": 849568092
        },
        {
            "start": 849568202,
            "stop": 849568315
        },
        {
            "start": 849568780,
            "stop": 849573749
        },
        {
            "start": 849574944,
            "stop": 849633055
        },
        {
            "start": 849633060,
            "stop": 849633065
        },
        {
            "start": 849633078,
            "stop": 849637557
        },
        {
            "start": 849637667,
            "stop": 849637813
        },
        {
            "start": 849637851,
            "stop": 849637852
        },
        {
            "start": 849680289,
            "stop": 849705130
        },
        {
            "start": 849705620,
            "stop": 849711487
        },
        {
            "start": 849712929,
            "stop": 849719419
        },
        {
            "start": 849719719,
            "stop": 849719935
        },
        {
            "start": 849720235,
            "stop": 849725891
        },
        {
            "start": 849726191,
            "stop": 849729025
        },
        {
            "start": 849730346,
            "stop": 849750973
        },
        {
            "start": 849752710,
            "stop": 849773860
        }
    ]
}