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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=924
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=925",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=923",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 924,
    "results": [
        {
            "start": 1251493726,
            "stop": 1251493727
        },
        {
            "start": 1251493733,
            "stop": 1251493735
        },
        {
            "start": 1251493738,
            "stop": 1251493741
        },
        {
            "start": 1251493749,
            "stop": 1251493753
        },
        {
            "start": 1251493755,
            "stop": 1251494566
        },
        {
            "start": 1251494570,
            "stop": 1251495100
        },
        {
            "start": 1251495105,
            "stop": 1251495832
        },
        {
            "start": 1251495835,
            "stop": 1251496159
        },
        {
            "start": 1251496163,
            "stop": 1251497140
        },
        {
            "start": 1251497144,
            "stop": 1251497372
        },
        {
            "start": 1251497376,
            "stop": 1251497513
        },
        {
            "start": 1251497517,
            "stop": 1251498398
        },
        {
            "start": 1251498402,
            "stop": 1251498797
        },
        {
            "start": 1251498801,
            "stop": 1251498931
        },
        {
            "start": 1251498935,
            "stop": 1251499062
        },
        {
            "start": 1251499067,
            "stop": 1251499100
        },
        {
            "start": 1251499102,
            "stop": 1251499133
        },
        {
            "start": 1251499137,
            "stop": 1251499302
        },
        {
            "start": 1251499306,
            "stop": 1251499847
        },
        {
            "start": 1251499851,
            "stop": 1251500154
        }
    ]
}