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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8700",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8698",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8699,
    "results": [
        {
            "start": 872212380,
            "stop": 872212500
        },
        {
            "start": 872213280,
            "stop": 872213340
        },
        {
            "start": 872214660,
            "stop": 872214720
        },
        {
            "start": 872215260,
            "stop": 872215320
        },
        {
            "start": 872215680,
            "stop": 872215740
        },
        {
            "start": 872215800,
            "stop": 872215920
        },
        {
            "start": 872216100,
            "stop": 872216160
        },
        {
            "start": 872216280,
            "stop": 872216340
        },
        {
            "start": 872216400,
            "stop": 872216580
        },
        {
            "start": 872216640,
            "stop": 872216880
        },
        {
            "start": 872217000,
            "stop": 872217060
        },
        {
            "start": 872217120,
            "stop": 872217300
        },
        {
            "start": 872217420,
            "stop": 872217452
        },
        {
            "start": 872217572,
            "stop": 872217600
        },
        {
            "start": 872217660,
            "stop": 872217960
        },
        {
            "start": 872218020,
            "stop": 872218080
        },
        {
            "start": 872218140,
            "stop": 872218320
        },
        {
            "start": 872218440,
            "stop": 872218500
        },
        {
            "start": 872218680,
            "stop": 872218740
        },
        {
            "start": 872218980,
            "stop": 872219040
        }
    ]
}