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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=239",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 240,
    "results": [
        {
            "start": 854918106,
            "stop": 854919390
        },
        {
            "start": 854920870,
            "stop": 854921051
        },
        {
            "start": 854921330,
            "stop": 854923972
        },
        {
            "start": 854925394,
            "stop": 854926065
        },
        {
            "start": 854926544,
            "stop": 854993983
        },
        {
            "start": 854994158,
            "stop": 855004688
        },
        {
            "start": 855005060,
            "stop": 855005668
        },
        {
            "start": 855005894,
            "stop": 855011342
        },
        {
            "start": 855011782,
            "stop": 855030720
        },
        {
            "start": 855031025,
            "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": 855243104
        },
        {
            "start": 855244972,
            "stop": 855258213
        }
    ]
}