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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=179",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 180,
    "results": [
        {
            "start": 1261462244,
            "stop": 1261462281
        },
        {
            "start": 1261462284,
            "stop": 1261462398
        },
        {
            "start": 1261462404,
            "stop": 1261462477
        },
        {
            "start": 1261462485,
            "stop": 1261462486
        },
        {
            "start": 1261462489,
            "stop": 1261462626
        },
        {
            "start": 1261462637,
            "stop": 1261462638
        },
        {
            "start": 1261462641,
            "stop": 1261462642
        },
        {
            "start": 1261462646,
            "stop": 1261462671
        },
        {
            "start": 1261462678,
            "stop": 1261462743
        },
        {
            "start": 1261462746,
            "stop": 1261462747
        },
        {
            "start": 1261462750,
            "stop": 1261462799
        },
        {
            "start": 1261462807,
            "stop": 1261462814
        },
        {
            "start": 1261462819,
            "stop": 1261462899
        },
        {
            "start": 1261462906,
            "stop": 1261462939
        },
        {
            "start": 1261462942,
            "stop": 1261462950
        },
        {
            "start": 1261462954,
            "stop": 1261462963
        },
        {
            "start": 1261462966,
            "stop": 1261462989
        },
        {
            "start": 1261462992,
            "stop": 1261463057
        },
        {
            "start": 1261463067,
            "stop": 1261463068
        },
        {
            "start": 1261463078,
            "stop": 1261463401
        }
    ]
}