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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=37",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 38,
    "results": [
        {
            "start": 1238191107,
            "stop": 1238191111
        },
        {
            "start": 1238191115,
            "stop": 1238191122
        },
        {
            "start": 1238191123,
            "stop": 1238191124
        },
        {
            "start": 1238191125,
            "stop": 1238191129
        },
        {
            "start": 1238191130,
            "stop": 1238191131
        },
        {
            "start": 1238191133,
            "stop": 1238191137
        },
        {
            "start": 1238191141,
            "stop": 1238191154
        },
        {
            "start": 1238191156,
            "stop": 1238191164
        },
        {
            "start": 1238191165,
            "stop": 1238191166
        },
        {
            "start": 1238191167,
            "stop": 1238191172
        },
        {
            "start": 1238191173,
            "stop": 1238191180
        },
        {
            "start": 1238191185,
            "stop": 1238191186
        },
        {
            "start": 1238191190,
            "stop": 1238191192
        },
        {
            "start": 1238191196,
            "stop": 1238191199
        },
        {
            "start": 1238191201,
            "stop": 1238191203
        },
        {
            "start": 1238191205,
            "stop": 1238191209
        },
        {
            "start": 1238191211,
            "stop": 1238191212
        },
        {
            "start": 1238191214,
            "stop": 1238191215
        },
        {
            "start": 1238191216,
            "stop": 1238191218
        },
        {
            "start": 1238191220,
            "stop": 1238191224
        }
    ]
}