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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=173",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 174,
    "results": [
        {
            "start": 1239746238,
            "stop": 1239746248
        },
        {
            "start": 1239746253,
            "stop": 1239747049
        },
        {
            "start": 1239747054,
            "stop": 1239747093
        },
        {
            "start": 1239747098,
            "stop": 1239747146
        },
        {
            "start": 1239747151,
            "stop": 1239747279
        },
        {
            "start": 1239747284,
            "stop": 1239747383
        },
        {
            "start": 1239747386,
            "stop": 1239747614
        },
        {
            "start": 1239747619,
            "stop": 1239747905
        },
        {
            "start": 1239747909,
            "stop": 1239748075
        },
        {
            "start": 1239748080,
            "stop": 1239748451
        },
        {
            "start": 1239748455,
            "stop": 1239748938
        },
        {
            "start": 1239748943,
            "stop": 1239749167
        },
        {
            "start": 1239749170,
            "stop": 1239749282
        },
        {
            "start": 1239749287,
            "stop": 1239750285
        },
        {
            "start": 1239750288,
            "stop": 1239750581
        },
        {
            "start": 1239750585,
            "stop": 1239751173
        },
        {
            "start": 1239751178,
            "stop": 1239751501
        },
        {
            "start": 1239751506,
            "stop": 1239751523
        },
        {
            "start": 1239751528,
            "stop": 1239751556
        },
        {
            "start": 1239751560,
            "stop": 1239751667
        }
    ]
}