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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=149",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 150,
    "results": [
        {
            "start": 1239396181,
            "stop": 1239396224
        },
        {
            "start": 1239396229,
            "stop": 1239396247
        },
        {
            "start": 1239396252,
            "stop": 1239396263
        },
        {
            "start": 1239396268,
            "stop": 1239396291
        },
        {
            "start": 1239396296,
            "stop": 1239396425
        },
        {
            "start": 1239396430,
            "stop": 1239396442
        },
        {
            "start": 1239396447,
            "stop": 1239396491
        },
        {
            "start": 1239396496,
            "stop": 1239396664
        },
        {
            "start": 1239396667,
            "stop": 1239397909
        },
        {
            "start": 1239397919,
            "stop": 1239397968
        },
        {
            "start": 1239397973,
            "stop": 1239398036
        },
        {
            "start": 1239398040,
            "stop": 1239398041
        },
        {
            "start": 1239398046,
            "stop": 1239398756
        },
        {
            "start": 1239412861,
            "stop": 1239413862
        },
        {
            "start": 1239413866,
            "stop": 1239414424
        },
        {
            "start": 1239414429,
            "stop": 1239414529
        },
        {
            "start": 1239414533,
            "stop": 1239414544
        },
        {
            "start": 1239414548,
            "stop": 1239414714
        },
        {
            "start": 1239414718,
            "stop": 1239416032
        },
        {
            "start": 1239416036,
            "stop": 1239418843
        }
    ]
}