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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1686",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1684",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1685,
    "results": [
        {
            "start": 1248900499,
            "stop": 1248902064
        },
        {
            "start": 1248902067,
            "stop": 1248902668
        },
        {
            "start": 1248902670,
            "stop": 1248902892
        },
        {
            "start": 1248902895,
            "stop": 1248903226
        },
        {
            "start": 1248903229,
            "stop": 1248903817
        },
        {
            "start": 1248903820,
            "stop": 1248904555
        },
        {
            "start": 1248904558,
            "stop": 1248904686
        },
        {
            "start": 1248904689,
            "stop": 1248905245
        },
        {
            "start": 1248905248,
            "stop": 1248905402
        },
        {
            "start": 1248905405,
            "stop": 1248905610
        },
        {
            "start": 1248905613,
            "stop": 1248906454
        },
        {
            "start": 1248906457,
            "stop": 1248906951
        },
        {
            "start": 1248906954,
            "stop": 1248906956
        },
        {
            "start": 1248906959,
            "stop": 1248907679
        },
        {
            "start": 1248907682,
            "stop": 1248907906
        },
        {
            "start": 1248907909,
            "stop": 1248910743
        },
        {
            "start": 1248910746,
            "stop": 1248911712
        },
        {
            "start": 1248911788,
            "stop": 1248912365
        },
        {
            "start": 1248912368,
            "stop": 1248912963
        },
        {
            "start": 1248912966,
            "stop": 1248913278
        }
    ]
}