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=288
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=289",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=287",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 288,
    "results": [
        {
            "start": 1240141507,
            "stop": 1240141626
        },
        {
            "start": 1240141627,
            "stop": 1240141746
        },
        {
            "start": 1240141747,
            "stop": 1240141866
        },
        {
            "start": 1240141867,
            "stop": 1240141986
        },
        {
            "start": 1240141987,
            "stop": 1240142106
        },
        {
            "start": 1240142107,
            "stop": 1240142226
        },
        {
            "start": 1240142227,
            "stop": 1240142346
        },
        {
            "start": 1240142347,
            "stop": 1240142466
        },
        {
            "start": 1240142467,
            "stop": 1240142586
        },
        {
            "start": 1240142587,
            "stop": 1240142655
        },
        {
            "start": 1240142659,
            "stop": 1240142706
        },
        {
            "start": 1240142707,
            "stop": 1240142826
        },
        {
            "start": 1240142827,
            "stop": 1240142946
        },
        {
            "start": 1240142947,
            "stop": 1240143066
        },
        {
            "start": 1240143067,
            "stop": 1240143186
        },
        {
            "start": 1240143187,
            "stop": 1240143232
        },
        {
            "start": 1240143237,
            "stop": 1240143306
        },
        {
            "start": 1240143307,
            "stop": 1240143426
        },
        {
            "start": 1240143427,
            "stop": 1240143546
        },
        {
            "start": 1240143547,
            "stop": 1240143666
        }
    ]
}