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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=288",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 289,
    "results": [
        {
            "start": 1175048666,
            "stop": 1175049775
        },
        {
            "start": 1175049777,
            "stop": 1175050781
        },
        {
            "start": 1175050783,
            "stop": 1175051659
        },
        {
            "start": 1175051661,
            "stop": 1175052418
        },
        {
            "start": 1175052420,
            "stop": 1175053199
        },
        {
            "start": 1175056351,
            "stop": 1175056384
        },
        {
            "start": 1175056599,
            "stop": 1175056871
        },
        {
            "start": 1175056873,
            "stop": 1175057849
        },
        {
            "start": 1175057851,
            "stop": 1175058606
        },
        {
            "start": 1175058608,
            "stop": 1175059558
        },
        {
            "start": 1175059560,
            "stop": 1175060659
        },
        {
            "start": 1175060661,
            "stop": 1175061732
        },
        {
            "start": 1175061734,
            "stop": 1175062411
        },
        {
            "start": 1175062413,
            "stop": 1175063083
        },
        {
            "start": 1175063087,
            "stop": 1175063554
        },
        {
            "start": 1175063556,
            "stop": 1175064779
        },
        {
            "start": 1175064781,
            "stop": 1175066003
        },
        {
            "start": 1175066005,
            "stop": 1175066849
        },
        {
            "start": 1175066851,
            "stop": 1175067937
        },
        {
            "start": 1175067939,
            "stop": 1175068933
        }
    ]
}