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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=510",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=508",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 509,
    "results": [
        {
            "start": 825085958,
            "stop": 825089271
        },
        {
            "start": 825091703,
            "stop": 825093185
        },
        {
            "start": 825095827,
            "stop": 825097901
        },
        {
            "start": 825098625,
            "stop": 825101603
        },
        {
            "start": 825102307,
            "stop": 825104032
        },
        {
            "start": 825104432,
            "stop": 825105133
        },
        {
            "start": 825108374,
            "stop": 825109933
        },
        {
            "start": 825112403,
            "stop": 825114241
        },
        {
            "start": 825117050,
            "stop": 825119821
        },
        {
            "start": 825121379,
            "stop": 825124451
        },
        {
            "start": 825125225,
            "stop": 825150242
        },
        {
            "start": 825154329,
            "stop": 825170441
        },
        {
            "start": 825170443,
            "stop": 825170486
        },
        {
            "start": 825171360,
            "stop": 825171364
        },
        {
            "start": 825171764,
            "stop": 825171982
        },
        {
            "start": 825172302,
            "stop": 825172487
        },
        {
            "start": 825172887,
            "stop": 825174046
        },
        {
            "start": 825174366,
            "stop": 825174367
        },
        {
            "start": 825174767,
            "stop": 825177721
        },
        {
            "start": 825205805,
            "stop": 825208377
        }
    ]
}