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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=14",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 15,
    "results": [
        {
            "start": 1257153101,
            "stop": 1257156112
        },
        {
            "start": 1257156117,
            "stop": 1257156373
        },
        {
            "start": 1257156377,
            "stop": 1257158520
        },
        {
            "start": 1257158522,
            "stop": 1257158801
        },
        {
            "start": 1257158805,
            "stop": 1257158951
        },
        {
            "start": 1257158953,
            "stop": 1257159684
        },
        {
            "start": 1257159689,
            "stop": 1257160890
        },
        {
            "start": 1257160894,
            "stop": 1257160910
        },
        {
            "start": 1257160913,
            "stop": 1257163091
        },
        {
            "start": 1257163096,
            "stop": 1257163424
        },
        {
            "start": 1257163427,
            "stop": 1257163565
        },
        {
            "start": 1257163567,
            "stop": 1257166844
        },
        {
            "start": 1257166846,
            "stop": 1257166978
        },
        {
            "start": 1257166981,
            "stop": 1257167045
        },
        {
            "start": 1257167049,
            "stop": 1257167329
        },
        {
            "start": 1257167334,
            "stop": 1257168419
        },
        {
            "start": 1257168424,
            "stop": 1257169291
        },
        {
            "start": 1257169443,
            "stop": 1257170438
        },
        {
            "start": 1257170442,
            "stop": 1257170744
        },
        {
            "start": 1257170753,
            "stop": 1257171596
        }
    ]
}