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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=44",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 45,
    "results": [
        {
            "start": 1257305046,
            "stop": 1257305047
        },
        {
            "start": 1257305049,
            "stop": 1257305061
        },
        {
            "start": 1257305062,
            "stop": 1257305215
        },
        {
            "start": 1257305477,
            "stop": 1257306535
        },
        {
            "start": 1257306538,
            "stop": 1257306860
        },
        {
            "start": 1257306863,
            "stop": 1257307358
        },
        {
            "start": 1257307366,
            "stop": 1257307683
        },
        {
            "start": 1257307686,
            "stop": 1257308878
        },
        {
            "start": 1257308881,
            "stop": 1257311504
        },
        {
            "start": 1257311507,
            "stop": 1257311664
        },
        {
            "start": 1257311667,
            "stop": 1257312497
        },
        {
            "start": 1257312499,
            "stop": 1257313853
        },
        {
            "start": 1257313856,
            "stop": 1257313955
        },
        {
            "start": 1257313958,
            "stop": 1257315005
        },
        {
            "start": 1257315008,
            "stop": 1257315306
        },
        {
            "start": 1257315309,
            "stop": 1257315372
        },
        {
            "start": 1257315374,
            "stop": 1257316098
        },
        {
            "start": 1257316101,
            "stop": 1257321494
        },
        {
            "start": 1257327978,
            "stop": 1257334349
        },
        {
            "start": 1257334352,
            "stop": 1257335561
        }
    ]
}