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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=22",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 23,
    "results": [
        {
            "start": 1238188140,
            "stop": 1238188147
        },
        {
            "start": 1238188148,
            "stop": 1238188151
        },
        {
            "start": 1238188152,
            "stop": 1238188155
        },
        {
            "start": 1238188159,
            "stop": 1238188162
        },
        {
            "start": 1238188165,
            "stop": 1238188169
        },
        {
            "start": 1238188173,
            "stop": 1238188178
        },
        {
            "start": 1238188179,
            "stop": 1238188188
        },
        {
            "start": 1238188189,
            "stop": 1238188196
        },
        {
            "start": 1238188198,
            "stop": 1238188215
        },
        {
            "start": 1238188217,
            "stop": 1238188220
        },
        {
            "start": 1238188222,
            "stop": 1238188227
        },
        {
            "start": 1238188230,
            "stop": 1238188236
        },
        {
            "start": 1238188238,
            "stop": 1238188245
        },
        {
            "start": 1238188247,
            "stop": 1238188318
        },
        {
            "start": 1238188320,
            "stop": 1238188325
        },
        {
            "start": 1238188327,
            "stop": 1238188333
        },
        {
            "start": 1238188336,
            "stop": 1238188339
        },
        {
            "start": 1238188340,
            "stop": 1238188341
        },
        {
            "start": 1238188343,
            "stop": 1238188348
        },
        {
            "start": 1238188349,
            "stop": 1238188355
        }
    ]
}