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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=468",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=466",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 467,
    "results": [
        {
            "start": 827774710,
            "stop": 827775050
        },
        {
            "start": 827775130,
            "stop": 827775650
        },
        {
            "start": 827775730,
            "stop": 827775747
        },
        {
            "start": 827775754,
            "stop": 827777330
        },
        {
            "start": 827777410,
            "stop": 827777810
        },
        {
            "start": 827777890,
            "stop": 827777953
        },
        {
            "start": 827777991,
            "stop": 827777993
        },
        {
            "start": 827778144,
            "stop": 827778290
        },
        {
            "start": 827778550,
            "stop": 827779010
        },
        {
            "start": 827779090,
            "stop": 827779490
        },
        {
            "start": 827779690,
            "stop": 827779910
        },
        {
            "start": 827780050,
            "stop": 827780690
        },
        {
            "start": 827780770,
            "stop": 827781360
        },
        {
            "start": 827781420,
            "stop": 827781600
        },
        {
            "start": 827781660,
            "stop": 827781780
        },
        {
            "start": 827781900,
            "stop": 827781960
        },
        {
            "start": 827782020,
            "stop": 827782080
        },
        {
            "start": 827782140,
            "stop": 827782190
        },
        {
            "start": 827782270,
            "stop": 827782320
        },
        {
            "start": 827782380,
            "stop": 827782490
        }
    ]
}