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=1090
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=1091",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1089",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1090,
    "results": [
        {
            "start": 1253534306,
            "stop": 1253534316
        },
        {
            "start": 1253534321,
            "stop": 1253534508
        },
        {
            "start": 1253534513,
            "stop": 1253534534
        },
        {
            "start": 1253534539,
            "stop": 1253534543
        },
        {
            "start": 1253534548,
            "stop": 1253534556
        },
        {
            "start": 1253534561,
            "stop": 1253534661
        },
        {
            "start": 1253534666,
            "stop": 1253534677
        },
        {
            "start": 1253534682,
            "stop": 1253535275
        },
        {
            "start": 1253535279,
            "stop": 1253537029
        },
        {
            "start": 1253537033,
            "stop": 1253537929
        },
        {
            "start": 1253537931,
            "stop": 1253538157
        },
        {
            "start": 1253538161,
            "stop": 1253539009
        },
        {
            "start": 1253539013,
            "stop": 1253540965
        },
        {
            "start": 1253540969,
            "stop": 1253543387
        },
        {
            "start": 1253543390,
            "stop": 1253544540
        },
        {
            "start": 1253544544,
            "stop": 1253544944
        },
        {
            "start": 1253544949,
            "stop": 1253545679
        },
        {
            "start": 1253545683,
            "stop": 1253546283
        },
        {
            "start": 1253546288,
            "stop": 1253546748
        },
        {
            "start": 1253546820,
            "stop": 1253551677
        }
    ]
}