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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=134",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 135,
    "results": [
        {
            "start": 834003189,
            "stop": 834003193
        },
        {
            "start": 834003674,
            "stop": 834003733
        },
        {
            "start": 834003739,
            "stop": 834003740
        },
        {
            "start": 834004035,
            "stop": 834006553
        },
        {
            "start": 834006594,
            "stop": 834006595
        },
        {
            "start": 834006733,
            "stop": 834007933
        },
        {
            "start": 834007981,
            "stop": 834007982
        },
        {
            "start": 834008276,
            "stop": 834008331
        },
        {
            "start": 834008413,
            "stop": 834009553
        },
        {
            "start": 834009565,
            "stop": 834009566
        },
        {
            "start": 834009629,
            "stop": 834009685
        },
        {
            "start": 834012485,
            "stop": 834046501
        },
        {
            "start": 834047106,
            "stop": 834079033
        },
        {
            "start": 834079082,
            "stop": 834079084
        },
        {
            "start": 834079273,
            "stop": 834094153
        },
        {
            "start": 834094192,
            "stop": 834094193
        },
        {
            "start": 834098257,
            "stop": 834127391
        },
        {
            "start": 834129778,
            "stop": 834133445
        },
        {
            "start": 834133521,
            "stop": 834149713
        },
        {
            "start": 834149729,
            "stop": 834149730
        }
    ]
}