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_BURST_CAT3/segments?format=api&page=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=40",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 41,
    "results": [
        {
            "start": 1238191087,
            "stop": 1238191090
        },
        {
            "start": 1238191091,
            "stop": 1238191095
        },
        {
            "start": 1238191099,
            "stop": 1238191102
        },
        {
            "start": 1238191107,
            "stop": 1238191109
        },
        {
            "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": 1238191171
        },
        {
            "start": 1238191173,
            "stop": 1238191180
        },
        {
            "start": 1238191185,
            "stop": 1238191186
        },
        {
            "start": 1238191190,
            "stop": 1238191192
        },
        {
            "start": 1238191196,
            "stop": 1238191198
        },
        {
            "start": 1238191201,
            "stop": 1238191203
        },
        {
            "start": 1238191205,
            "stop": 1238191209
        },
        {
            "start": 1238191211,
            "stop": 1238191212
        }
    ]
}