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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT3/segments?format=api&page=20",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 21,
    "results": [
        {
            "start": 1383183510,
            "stop": 1383236029
        },
        {
            "start": 1383240608,
            "stop": 1383247126
        },
        {
            "start": 1383251102,
            "stop": 1383251824
        },
        {
            "start": 1383260273,
            "stop": 1383404656
        },
        {
            "start": 1383424463,
            "stop": 1383455713
        },
        {
            "start": 1383478943,
            "stop": 1383485143
        },
        {
            "start": 1383500560,
            "stop": 1383509026
        },
        {
            "start": 1383526046,
            "stop": 1383657784
        },
        {
            "start": 1383661781,
            "stop": 1383673200
        },
        {
            "start": 1383680042,
            "stop": 1383685899
        },
        {
            "start": 1383694320,
            "stop": 1383775548
        },
        {
            "start": 1383778136,
            "stop": 1383782119
        },
        {
            "start": 1383784477,
            "stop": 1383786324
        },
        {
            "start": 1383798686,
            "stop": 1383826917
        },
        {
            "start": 1383827215,
            "stop": 1383868071
        },
        {
            "start": 1383868867,
            "stop": 1383926313
        },
        {
            "start": 1383937225,
            "stop": 1383983342
        },
        {
            "start": 1383994721,
            "stop": 1384009278
        },
        {
            "start": 1384219988,
            "stop": 1384224545
        },
        {
            "start": 1384228911,
            "stop": 1384245351
        }
    ]
}