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=5282
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=5283",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5281",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5282,
    "results": [
        {
            "start": 1136405983,
            "stop": 1136406066
        },
        {
            "start": 1136406068,
            "stop": 1136406072
        },
        {
            "start": 1136406074,
            "stop": 1136406076
        },
        {
            "start": 1136406078,
            "stop": 1136406094
        },
        {
            "start": 1136406096,
            "stop": 1136406149
        },
        {
            "start": 1136406151,
            "stop": 1136406174
        },
        {
            "start": 1136406177,
            "stop": 1136406255
        },
        {
            "start": 1136406257,
            "stop": 1136406280
        },
        {
            "start": 1136406282,
            "stop": 1136406287
        },
        {
            "start": 1136406289,
            "stop": 1136406353
        },
        {
            "start": 1136406355,
            "stop": 1136406366
        },
        {
            "start": 1136406368,
            "stop": 1136406406
        },
        {
            "start": 1136406408,
            "stop": 1136406453
        },
        {
            "start": 1136406455,
            "stop": 1136406480
        },
        {
            "start": 1136406482,
            "stop": 1136406488
        },
        {
            "start": 1136407253,
            "stop": 1136407310
        },
        {
            "start": 1136407312,
            "stop": 1136407390
        },
        {
            "start": 1136407392,
            "stop": 1136407406
        },
        {
            "start": 1136407408,
            "stop": 1136407415
        },
        {
            "start": 1136407417,
            "stop": 1136407465
        }
    ]
}