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=850
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=851",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=849",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 850,
    "results": [
        {
            "start": 1250489410,
            "stop": 1250490053
        },
        {
            "start": 1250490055,
            "stop": 1250490410
        },
        {
            "start": 1250490414,
            "stop": 1250492639
        },
        {
            "start": 1250492644,
            "stop": 1250494616
        },
        {
            "start": 1250494620,
            "stop": 1250498184
        },
        {
            "start": 1250498187,
            "stop": 1250499036
        },
        {
            "start": 1250499039,
            "stop": 1250500171
        },
        {
            "start": 1250500174,
            "stop": 1250500231
        },
        {
            "start": 1250500235,
            "stop": 1250500245
        },
        {
            "start": 1250500250,
            "stop": 1250500268
        },
        {
            "start": 1250500273,
            "stop": 1250501384
        },
        {
            "start": 1250501389,
            "stop": 1250501410
        },
        {
            "start": 1250501412,
            "stop": 1250501435
        },
        {
            "start": 1250501438,
            "stop": 1250501552
        },
        {
            "start": 1250501555,
            "stop": 1250503956
        },
        {
            "start": 1250503959,
            "stop": 1250504417
        },
        {
            "start": 1250504422,
            "stop": 1250504423
        },
        {
            "start": 1250504427,
            "stop": 1250504436
        },
        {
            "start": 1250504440,
            "stop": 1250504444
        },
        {
            "start": 1250504449,
            "stop": 1250504455
        }
    ]
}