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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=339",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 340,
    "results": [
        {
            "start": 855005894,
            "stop": 855011342
        },
        {
            "start": 855011782,
            "stop": 855030720
        },
        {
            "start": 855031025,
            "stop": 855064935
        },
        {
            "start": 855064940,
            "stop": 855064952
        },
        {
            "start": 855064958,
            "stop": 855067987
        },
        {
            "start": 855067990,
            "stop": 855080385
        },
        {
            "start": 855080390,
            "stop": 855080395
        },
        {
            "start": 855080400,
            "stop": 855080425
        },
        {
            "start": 855080430,
            "stop": 855080457
        },
        {
            "start": 855080463,
            "stop": 855086667
        },
        {
            "start": 855088611,
            "stop": 855117024
        },
        {
            "start": 855117060,
            "stop": 855120322
        },
        {
            "start": 855123989,
            "stop": 855136520
        },
        {
            "start": 855136522,
            "stop": 855158365
        },
        {
            "start": 855158667,
            "stop": 855159097
        },
        {
            "start": 855159397,
            "stop": 855199284
        },
        {
            "start": 855199584,
            "stop": 855220541
        },
        {
            "start": 855220651,
            "stop": 855221543
        },
        {
            "start": 855221843,
            "stop": 855233689
        },
        {
            "start": 855233691,
            "stop": 855241053
        }
    ]
}