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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=164",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 165,
    "results": [
        {
            "start": 1419700915,
            "stop": 1419701679
        },
        {
            "start": 1419701689,
            "stop": 1419701698
        },
        {
            "start": 1419701703,
            "stop": 1419708753
        },
        {
            "start": 1419708758,
            "stop": 1419708759
        },
        {
            "start": 1419708764,
            "stop": 1419708768
        },
        {
            "start": 1419708773,
            "stop": 1419708787
        },
        {
            "start": 1419708792,
            "stop": 1419710096
        },
        {
            "start": 1419710100,
            "stop": 1419711295
        },
        {
            "start": 1419711300,
            "stop": 1419712848
        },
        {
            "start": 1419712853,
            "stop": 1419712922
        },
        {
            "start": 1419712927,
            "stop": 1419713030
        },
        {
            "start": 1419713035,
            "stop": 1419713038
        },
        {
            "start": 1419713043,
            "stop": 1419713073
        },
        {
            "start": 1419713078,
            "stop": 1419716471
        },
        {
            "start": 1419716476,
            "stop": 1419717379
        },
        {
            "start": 1419717384,
            "stop": 1419717426
        },
        {
            "start": 1419717431,
            "stop": 1419717460
        },
        {
            "start": 1419717465,
            "stop": 1419717468
        },
        {
            "start": 1419717473,
            "stop": 1419722761
        },
        {
            "start": 1419722766,
            "stop": 1419733015
        }
    ]
}