Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=151
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=150",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 151,
    "results": [
        {
            "start": 1239953231,
            "stop": 1239953350
        },
        {
            "start": 1239953351,
            "stop": 1239953470
        },
        {
            "start": 1239953471,
            "stop": 1239953570
        },
        {
            "start": 1239953571,
            "stop": 1239953710
        },
        {
            "start": 1239953711,
            "stop": 1239953830
        },
        {
            "start": 1239953831,
            "stop": 1239953950
        },
        {
            "start": 1239953951,
            "stop": 1239954070
        },
        {
            "start": 1239954071,
            "stop": 1239954190
        },
        {
            "start": 1239954191,
            "stop": 1239954310
        },
        {
            "start": 1239954311,
            "stop": 1239954430
        },
        {
            "start": 1239954431,
            "stop": 1239954550
        },
        {
            "start": 1239954551,
            "stop": 1239954670
        },
        {
            "start": 1239954671,
            "stop": 1239954790
        },
        {
            "start": 1239954791,
            "stop": 1239954910
        },
        {
            "start": 1239954911,
            "stop": 1239955030
        },
        {
            "start": 1239955031,
            "stop": 1239955150
        },
        {
            "start": 1239955151,
            "stop": 1239955310
        },
        {
            "start": 1239955311,
            "stop": 1239955430
        },
        {
            "start": 1239955431,
            "stop": 1239955550
        },
        {
            "start": 1239955551,
            "stop": 1239955670
        }
    ]
}