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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=271",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 272,
    "results": [
        {
            "start": 1240109468,
            "stop": 1240109586
        },
        {
            "start": 1240109588,
            "stop": 1240109706
        },
        {
            "start": 1240109708,
            "stop": 1240109826
        },
        {
            "start": 1240109828,
            "stop": 1240109946
        },
        {
            "start": 1240109948,
            "stop": 1240110066
        },
        {
            "start": 1240110068,
            "stop": 1240110186
        },
        {
            "start": 1240110188,
            "stop": 1240110306
        },
        {
            "start": 1240110308,
            "stop": 1240110426
        },
        {
            "start": 1240110428,
            "stop": 1240110546
        },
        {
            "start": 1240110548,
            "stop": 1240110666
        },
        {
            "start": 1240110668,
            "stop": 1240110786
        },
        {
            "start": 1240110788,
            "stop": 1240110906
        },
        {
            "start": 1240110908,
            "stop": 1240111026
        },
        {
            "start": 1240111028,
            "stop": 1240111146
        },
        {
            "start": 1240111148,
            "stop": 1240111266
        },
        {
            "start": 1240111268,
            "stop": 1240111386
        },
        {
            "start": 1240111388,
            "stop": 1240111506
        },
        {
            "start": 1240111508,
            "stop": 1240111626
        },
        {
            "start": 1240111628,
            "stop": 1240111744
        },
        {
            "start": 1240111745,
            "stop": 1240111866
        }
    ]
}