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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=22",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 23,
    "results": [
        {
            "start": 1257314261,
            "stop": 1257314344
        },
        {
            "start": 1257314349,
            "stop": 1257314615
        },
        {
            "start": 1257314620,
            "stop": 1257314829
        },
        {
            "start": 1257314833,
            "stop": 1257314992
        },
        {
            "start": 1257314996,
            "stop": 1257315819
        },
        {
            "start": 1257315824,
            "stop": 1257315856
        },
        {
            "start": 1257315861,
            "stop": 1257315878
        },
        {
            "start": 1257315883,
            "stop": 1257315885
        },
        {
            "start": 1257315890,
            "stop": 1257315907
        },
        {
            "start": 1257315912,
            "stop": 1257315988
        },
        {
            "start": 1257315993,
            "stop": 1257316208
        },
        {
            "start": 1257316213,
            "stop": 1257316450
        },
        {
            "start": 1257316455,
            "stop": 1257316701
        },
        {
            "start": 1257316706,
            "stop": 1257316807
        },
        {
            "start": 1257316811,
            "stop": 1257316821
        },
        {
            "start": 1257316826,
            "stop": 1257316914
        },
        {
            "start": 1257316919,
            "stop": 1257316959
        },
        {
            "start": 1257316964,
            "stop": 1257317050
        },
        {
            "start": 1257317055,
            "stop": 1257317078
        },
        {
            "start": 1257317083,
            "stop": 1257317087
        }
    ]
}