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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=653",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=651",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 652,
    "results": [
        {
            "start": 1247888762,
            "stop": 1247889316
        },
        {
            "start": 1247889320,
            "stop": 1247890383
        },
        {
            "start": 1247890384,
            "stop": 1247890547
        },
        {
            "start": 1247890550,
            "stop": 1247896503
        },
        {
            "start": 1247896508,
            "stop": 1247896860
        },
        {
            "start": 1247896865,
            "stop": 1247898719
        },
        {
            "start": 1247898722,
            "stop": 1247899732
        },
        {
            "start": 1247899736,
            "stop": 1247900073
        },
        {
            "start": 1247900075,
            "stop": 1247901816
        },
        {
            "start": 1247901819,
            "stop": 1247906144
        },
        {
            "start": 1247906148,
            "stop": 1247906874
        },
        {
            "start": 1247906877,
            "stop": 1247908035
        },
        {
            "start": 1247908040,
            "stop": 1247913485
        },
        {
            "start": 1247913493,
            "stop": 1247914652
        },
        {
            "start": 1247914657,
            "stop": 1247917157
        },
        {
            "start": 1247917162,
            "stop": 1247921338
        },
        {
            "start": 1247921342,
            "stop": 1247922398
        },
        {
            "start": 1247924096,
            "stop": 1247925642
        },
        {
            "start": 1247945142,
            "stop": 1247956535
        },
        {
            "start": 1247956539,
            "stop": 1247957893
        }
    ]
}