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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=55",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 56,
    "results": [
        {
            "start": 1258082812,
            "stop": 1258083483
        },
        {
            "start": 1258083485,
            "stop": 1258084156
        },
        {
            "start": 1258084161,
            "stop": 1258084609
        },
        {
            "start": 1258084614,
            "stop": 1258084806
        },
        {
            "start": 1258084809,
            "stop": 1258085054
        },
        {
            "start": 1258085059,
            "stop": 1258085366
        },
        {
            "start": 1258085368,
            "stop": 1258085411
        },
        {
            "start": 1258085414,
            "stop": 1258085468
        },
        {
            "start": 1258085473,
            "stop": 1258086640
        },
        {
            "start": 1258086646,
            "stop": 1258086859
        },
        {
            "start": 1258086861,
            "stop": 1258087285
        },
        {
            "start": 1258087293,
            "stop": 1258087919
        },
        {
            "start": 1258087923,
            "stop": 1258088037
        },
        {
            "start": 1258088045,
            "stop": 1258089275
        },
        {
            "start": 1258089277,
            "stop": 1258089295
        },
        {
            "start": 1258089298,
            "stop": 1258089299
        },
        {
            "start": 1258089303,
            "stop": 1258089789
        },
        {
            "start": 1258089792,
            "stop": 1258090013
        },
        {
            "start": 1258090017,
            "stop": 1258090316
        },
        {
            "start": 1258090319,
            "stop": 1258090322
        }
    ]
}