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=468
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=469",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=467",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 468,
    "results": [
        {
            "start": 827782630,
            "stop": 827783030
        },
        {
            "start": 827783110,
            "stop": 827783510
        },
        {
            "start": 827783650,
            "stop": 827784110
        },
        {
            "start": 827785268,
            "stop": 827785910
        },
        {
            "start": 827786050,
            "stop": 827786340
        },
        {
            "start": 827786400,
            "stop": 827786466
        },
        {
            "start": 827786780,
            "stop": 827786930
        },
        {
            "start": 827787010,
            "stop": 827787360
        },
        {
            "start": 827787420,
            "stop": 827787650
        },
        {
            "start": 827787790,
            "stop": 827788560
        },
        {
            "start": 827788620,
            "stop": 827789330
        },
        {
            "start": 827789410,
            "stop": 827790350
        },
        {
            "start": 827790430,
            "stop": 827791020
        },
        {
            "start": 827791150,
            "stop": 827791531
        },
        {
            "start": 827791704,
            "stop": 827792820
        },
        {
            "start": 827792880,
            "stop": 827793103
        },
        {
            "start": 827793492,
            "stop": 827794760
        },
        {
            "start": 827794894,
            "stop": 827795270
        },
        {
            "start": 827795410,
            "stop": 827795460
        },
        {
            "start": 827795520,
            "stop": 827795640
        }
    ]
}