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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=358",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 359,
    "results": [
        {
            "start": 1265088477,
            "stop": 1265098801
        },
        {
            "start": 1265098802,
            "stop": 1265098811
        },
        {
            "start": 1265098812,
            "stop": 1265098819
        },
        {
            "start": 1265098820,
            "stop": 1265098829
        },
        {
            "start": 1265098830,
            "stop": 1265099798
        },
        {
            "start": 1265099799,
            "stop": 1265099803
        },
        {
            "start": 1265099804,
            "stop": 1265101012
        },
        {
            "start": 1265101013,
            "stop": 1265101047
        },
        {
            "start": 1265101048,
            "stop": 1265101050
        },
        {
            "start": 1265101051,
            "stop": 1265106172
        },
        {
            "start": 1265106244,
            "stop": 1265117579
        },
        {
            "start": 1265117580,
            "stop": 1265117588
        },
        {
            "start": 1265117589,
            "stop": 1265120291
        },
        {
            "start": 1265120292,
            "stop": 1265121500
        },
        {
            "start": 1265121501,
            "stop": 1265121606
        },
        {
            "start": 1265121607,
            "stop": 1265121619
        },
        {
            "start": 1265121620,
            "stop": 1265121656
        },
        {
            "start": 1265121657,
            "stop": 1265122096
        },
        {
            "start": 1265122097,
            "stop": 1265123737
        },
        {
            "start": 1265123738,
            "stop": 1265123747
        }
    ]
}