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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=835",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=833",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 834,
    "results": [
        {
            "start": 1250381399,
            "stop": 1250381405
        },
        {
            "start": 1250381410,
            "stop": 1250381420
        },
        {
            "start": 1250381423,
            "stop": 1250381425
        },
        {
            "start": 1250381428,
            "stop": 1250381437
        },
        {
            "start": 1250381440,
            "stop": 1250381456
        },
        {
            "start": 1250381459,
            "stop": 1250381462
        },
        {
            "start": 1250381465,
            "stop": 1250381543
        },
        {
            "start": 1250381546,
            "stop": 1250381547
        },
        {
            "start": 1250381550,
            "stop": 1250381716
        },
        {
            "start": 1250381721,
            "stop": 1250381726
        },
        {
            "start": 1250381731,
            "stop": 1250381735
        },
        {
            "start": 1250381740,
            "stop": 1250381764
        },
        {
            "start": 1250381765,
            "stop": 1250381768
        },
        {
            "start": 1250381771,
            "stop": 1250381780
        },
        {
            "start": 1250381785,
            "stop": 1250381789
        },
        {
            "start": 1250381790,
            "stop": 1250381792
        },
        {
            "start": 1250381795,
            "stop": 1250381800
        },
        {
            "start": 1250381805,
            "stop": 1250381809
        },
        {
            "start": 1250381814,
            "stop": 1250381825
        },
        {
            "start": 1250381828,
            "stop": 1250381829
        }
    ]
}