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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=238",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 239,
    "results": [
        {
            "start": 1239975851,
            "stop": 1239975969
        },
        {
            "start": 1239975971,
            "stop": 1239976089
        },
        {
            "start": 1239976091,
            "stop": 1239976209
        },
        {
            "start": 1239976211,
            "stop": 1239976329
        },
        {
            "start": 1239976331,
            "stop": 1239976449
        },
        {
            "start": 1239976451,
            "stop": 1239976569
        },
        {
            "start": 1239976571,
            "stop": 1239976689
        },
        {
            "start": 1239976691,
            "stop": 1239976809
        },
        {
            "start": 1239976811,
            "stop": 1239976929
        },
        {
            "start": 1239976931,
            "stop": 1239977013
        },
        {
            "start": 1239977018,
            "stop": 1239977049
        },
        {
            "start": 1239977051,
            "stop": 1239977169
        },
        {
            "start": 1239977171,
            "stop": 1239977289
        },
        {
            "start": 1239977291,
            "stop": 1239977409
        },
        {
            "start": 1239977411,
            "stop": 1239977529
        },
        {
            "start": 1239977531,
            "stop": 1239977649
        },
        {
            "start": 1239977651,
            "stop": 1239977769
        },
        {
            "start": 1239977771,
            "stop": 1239977889
        },
        {
            "start": 1239977890,
            "stop": 1239978009
        },
        {
            "start": 1239978010,
            "stop": 1239978129
        }
    ]
}