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=798
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=799",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=797",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 798,
    "results": [
        {
            "start": 1249957684,
            "stop": 1249960689
        },
        {
            "start": 1249960693,
            "stop": 1249962393
        },
        {
            "start": 1249962396,
            "stop": 1249964849
        },
        {
            "start": 1249964854,
            "stop": 1249969127
        },
        {
            "start": 1249969130,
            "stop": 1249969296
        },
        {
            "start": 1249969298,
            "stop": 1249970664
        },
        {
            "start": 1249970669,
            "stop": 1249972295
        },
        {
            "start": 1249972300,
            "stop": 1249975582
        },
        {
            "start": 1249975590,
            "stop": 1249978616
        },
        {
            "start": 1249978619,
            "stop": 1249982383
        },
        {
            "start": 1249982384,
            "stop": 1249986687
        },
        {
            "start": 1249986695,
            "stop": 1249987966
        },
        {
            "start": 1249987970,
            "stop": 1249995949
        },
        {
            "start": 1249995954,
            "stop": 1249995965
        },
        {
            "start": 1249995968,
            "stop": 1249996677
        },
        {
            "start": 1249996682,
            "stop": 1249996868
        },
        {
            "start": 1249996872,
            "stop": 1250002550
        },
        {
            "start": 1250002555,
            "stop": 1250003486
        },
        {
            "start": 1250003489,
            "stop": 1250005165
        },
        {
            "start": 1250005169,
            "stop": 1250005302
        }
    ]
}