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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5228",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5226",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5227,
    "results": [
        {
            "start": 1136357374,
            "stop": 1136357489
        },
        {
            "start": 1136357491,
            "stop": 1136357532
        },
        {
            "start": 1136357534,
            "stop": 1136357739
        },
        {
            "start": 1136357741,
            "stop": 1136357931
        },
        {
            "start": 1136357933,
            "stop": 1136358083
        },
        {
            "start": 1136358085,
            "stop": 1136358129
        },
        {
            "start": 1136358131,
            "stop": 1136358228
        },
        {
            "start": 1136358230,
            "stop": 1136358345
        },
        {
            "start": 1136358347,
            "stop": 1136358552
        },
        {
            "start": 1136358554,
            "stop": 1136358610
        },
        {
            "start": 1136358612,
            "stop": 1136359038
        },
        {
            "start": 1136359040,
            "stop": 1136359050
        },
        {
            "start": 1136359052,
            "stop": 1136359084
        },
        {
            "start": 1136359086,
            "stop": 1136359110
        },
        {
            "start": 1136359112,
            "stop": 1136359386
        },
        {
            "start": 1136359388,
            "stop": 1136359578
        },
        {
            "start": 1136359580,
            "stop": 1136359653
        },
        {
            "start": 1136359655,
            "stop": 1136359835
        },
        {
            "start": 1136359837,
            "stop": 1136359844
        },
        {
            "start": 1136359846,
            "stop": 1136359860
        }
    ]
}