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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=48",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 49,
    "results": [
        {
            "start": 1257859050,
            "stop": 1257859940
        },
        {
            "start": 1257859944,
            "stop": 1257860051
        },
        {
            "start": 1257860056,
            "stop": 1257860478
        },
        {
            "start": 1257860483,
            "stop": 1257863599
        },
        {
            "start": 1257863602,
            "stop": 1257863615
        },
        {
            "start": 1257863619,
            "stop": 1257865217
        },
        {
            "start": 1257865219,
            "stop": 1257865221
        },
        {
            "start": 1257865223,
            "stop": 1257867550
        },
        {
            "start": 1257867553,
            "stop": 1257868083
        },
        {
            "start": 1257868087,
            "stop": 1257868169
        },
        {
            "start": 1257868172,
            "stop": 1257868579
        },
        {
            "start": 1257868581,
            "stop": 1257869690
        },
        {
            "start": 1257869692,
            "stop": 1257870276
        },
        {
            "start": 1257870280,
            "stop": 1257870338
        },
        {
            "start": 1257870339,
            "stop": 1257870342
        },
        {
            "start": 1257870346,
            "stop": 1257872241
        },
        {
            "start": 1257872243,
            "stop": 1257874738
        },
        {
            "start": 1257874740,
            "stop": 1257877128
        },
        {
            "start": 1257877133,
            "stop": 1257877347
        },
        {
            "start": 1257877349,
            "stop": 1257877586
        }
    ]
}