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/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4732
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4733",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4731",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4732,
    "results": [
        {
            "start": 970091502,
            "stop": 970091716
        },
        {
            "start": 970091719,
            "stop": 970092117
        },
        {
            "start": 970092120,
            "stop": 970092221
        },
        {
            "start": 970092224,
            "stop": 970092428
        },
        {
            "start": 970092432,
            "stop": 970092474
        },
        {
            "start": 970092477,
            "stop": 970092551
        },
        {
            "start": 970092554,
            "stop": 970092874
        },
        {
            "start": 970092877,
            "stop": 970093005
        },
        {
            "start": 970093008,
            "stop": 970093351
        },
        {
            "start": 970093354,
            "stop": 970093896
        },
        {
            "start": 970093899,
            "stop": 970094697
        },
        {
            "start": 970094700,
            "stop": 970094793
        },
        {
            "start": 970094796,
            "stop": 970095559
        },
        {
            "start": 970100690,
            "stop": 970100831
        },
        {
            "start": 970100834,
            "stop": 970101118
        },
        {
            "start": 970101121,
            "stop": 970101381
        },
        {
            "start": 970101384,
            "stop": 970101852
        },
        {
            "start": 970101855,
            "stop": 970102255
        },
        {
            "start": 970102258,
            "stop": 970102433
        },
        {
            "start": 970102436,
            "stop": 970104668
        }
    ]
}