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=5293
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=5294",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5292",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5293,
    "results": [
        {
            "start": 1136451895,
            "stop": 1136451931
        },
        {
            "start": 1136451933,
            "stop": 1136451998
        },
        {
            "start": 1136452000,
            "stop": 1136452150
        },
        {
            "start": 1136452152,
            "stop": 1136452156
        },
        {
            "start": 1136452158,
            "stop": 1136452309
        },
        {
            "start": 1136452311,
            "stop": 1136452337
        },
        {
            "start": 1136452339,
            "stop": 1136452367
        },
        {
            "start": 1136452369,
            "stop": 1136452372
        },
        {
            "start": 1136452374,
            "stop": 1136452380
        },
        {
            "start": 1136452383,
            "stop": 1136452619
        },
        {
            "start": 1136452621,
            "stop": 1136452730
        },
        {
            "start": 1136452732,
            "stop": 1136452813
        },
        {
            "start": 1136452815,
            "stop": 1136452858
        },
        {
            "start": 1136452860,
            "stop": 1136452946
        },
        {
            "start": 1136452948,
            "stop": 1136452949
        },
        {
            "start": 1136452951,
            "stop": 1136453019
        },
        {
            "start": 1136453021,
            "stop": 1136453072
        },
        {
            "start": 1136453074,
            "stop": 1136453106
        },
        {
            "start": 1136453108,
            "stop": 1136453140
        },
        {
            "start": 1136453144,
            "stop": 1136453177
        }
    ]
}