Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=70",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 71,
    "results": [
        {
            "start": 1238320243,
            "stop": 1238320626
        },
        {
            "start": 1238320631,
            "stop": 1238320828
        },
        {
            "start": 1238320831,
            "stop": 1238320868
        },
        {
            "start": 1238320871,
            "stop": 1238321046
        },
        {
            "start": 1238321051,
            "stop": 1238321422
        },
        {
            "start": 1238321426,
            "stop": 1238321469
        },
        {
            "start": 1238321473,
            "stop": 1238321478
        },
        {
            "start": 1238321485,
            "stop": 1238321600
        },
        {
            "start": 1238321605,
            "stop": 1238321859
        },
        {
            "start": 1238321863,
            "stop": 1238322281
        },
        {
            "start": 1238322285,
            "stop": 1238322406
        },
        {
            "start": 1238322408,
            "stop": 1238322422
        },
        {
            "start": 1238322425,
            "stop": 1238323059
        },
        {
            "start": 1238323064,
            "stop": 1238323145
        },
        {
            "start": 1238323810,
            "stop": 1238323942
        },
        {
            "start": 1238323947,
            "stop": 1238323981
        },
        {
            "start": 1238323982,
            "stop": 1238325186
        },
        {
            "start": 1238325190,
            "stop": 1238325311
        },
        {
            "start": 1238325322,
            "stop": 1238325458
        },
        {
            "start": 1238325463,
            "stop": 1238325525
        }
    ]
}