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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=107",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 108,
    "results": [
        {
            "start": 1238620263,
            "stop": 1238620404
        },
        {
            "start": 1238645904,
            "stop": 1238646256
        },
        {
            "start": 1238646260,
            "stop": 1238647377
        },
        {
            "start": 1238647379,
            "stop": 1238647426
        },
        {
            "start": 1238647431,
            "stop": 1238648025
        },
        {
            "start": 1238648030,
            "stop": 1238649029
        },
        {
            "start": 1238649032,
            "stop": 1238649456
        },
        {
            "start": 1238649462,
            "stop": 1238649469
        },
        {
            "start": 1238649474,
            "stop": 1238649481
        },
        {
            "start": 1238649484,
            "stop": 1238651537
        },
        {
            "start": 1238651541,
            "stop": 1238653730
        },
        {
            "start": 1238653734,
            "stop": 1238653816
        },
        {
            "start": 1238653820,
            "stop": 1238655443
        },
        {
            "start": 1238655447,
            "stop": 1238655465
        },
        {
            "start": 1238655469,
            "stop": 1238656535
        },
        {
            "start": 1238656542,
            "stop": 1238657507
        },
        {
            "start": 1238657511,
            "stop": 1238657692
        },
        {
            "start": 1238657696,
            "stop": 1238659648
        },
        {
            "start": 1238659652,
            "stop": 1238659900
        },
        {
            "start": 1238659903,
            "stop": 1238661171
        }
    ]
}