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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=281",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 282,
    "results": [
        {
            "start": 851669462,
            "stop": 851674673
        },
        {
            "start": 851677734,
            "stop": 851698033
        },
        {
            "start": 851698054,
            "stop": 851698055
        },
        {
            "start": 851699585,
            "stop": 851768663
        },
        {
            "start": 851768666,
            "stop": 851768692
        },
        {
            "start": 851768700,
            "stop": 851768818
        },
        {
            "start": 851768822,
            "stop": 851768941
        },
        {
            "start": 851768945,
            "stop": 851768961
        },
        {
            "start": 851768965,
            "stop": 851769045
        },
        {
            "start": 851769049,
            "stop": 851769113
        },
        {
            "start": 851769117,
            "stop": 851769167
        },
        {
            "start": 851769171,
            "stop": 851769187
        },
        {
            "start": 851769191,
            "stop": 851769221
        },
        {
            "start": 851769225,
            "stop": 851769358
        },
        {
            "start": 851769367,
            "stop": 851769407
        },
        {
            "start": 851769411,
            "stop": 851778675
        },
        {
            "start": 851780244,
            "stop": 851780872
        },
        {
            "start": 851782098,
            "stop": 851783214
        },
        {
            "start": 851783218,
            "stop": 851783233
        },
        {
            "start": 851783237,
            "stop": 851783253
        }
    ]
}