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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=437",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=435",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 436,
    "results": [
        {
            "start": 943412919,
            "stop": 943430624
        },
        {
            "start": 943435317,
            "stop": 943436071
        },
        {
            "start": 943438345,
            "stop": 943440767
        },
        {
            "start": 943444537,
            "stop": 943453757
        },
        {
            "start": 943459626,
            "stop": 943466050
        },
        {
            "start": 943466053,
            "stop": 943469614
        },
        {
            "start": 943469617,
            "stop": 943470312
        },
        {
            "start": 943472870,
            "stop": 943476815
        },
        {
            "start": 943476977,
            "stop": 943485589
        },
        {
            "start": 943487118,
            "stop": 943500926
        },
        {
            "start": 943503342,
            "stop": 943537372
        },
        {
            "start": 943541981,
            "stop": 943552697
        },
        {
            "start": 943558445,
            "stop": 943564603
        },
        {
            "start": 943564605,
            "stop": 943564612
        },
        {
            "start": 943564614,
            "stop": 943565697
        },
        {
            "start": 943569756,
            "stop": 943584441
        },
        {
            "start": 943584442,
            "stop": 943584443
        },
        {
            "start": 943584444,
            "stop": 943590771
        },
        {
            "start": 943592837,
            "stop": 943595801
        },
        {
            "start": 943599439,
            "stop": 943616648
        }
    ]
}