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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=45",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 46,
    "results": [
        {
            "start": 1257744257,
            "stop": 1257749624
        },
        {
            "start": 1257749629,
            "stop": 1257750528
        },
        {
            "start": 1257750532,
            "stop": 1257752540
        },
        {
            "start": 1257752543,
            "stop": 1257752770
        },
        {
            "start": 1257752775,
            "stop": 1257753228
        },
        {
            "start": 1257753236,
            "stop": 1257754060
        },
        {
            "start": 1257754065,
            "stop": 1257756603
        },
        {
            "start": 1257756605,
            "stop": 1257756726
        },
        {
            "start": 1257756734,
            "stop": 1257756958
        },
        {
            "start": 1257756960,
            "stop": 1257757910
        },
        {
            "start": 1257758193,
            "stop": 1257760299
        },
        {
            "start": 1257760302,
            "stop": 1257762430
        },
        {
            "start": 1257762435,
            "stop": 1257762556
        },
        {
            "start": 1257762564,
            "stop": 1257763748
        },
        {
            "start": 1257763752,
            "stop": 1257765433
        },
        {
            "start": 1257765438,
            "stop": 1257770641
        },
        {
            "start": 1257770645,
            "stop": 1257771955
        },
        {
            "start": 1257771960,
            "stop": 1257771998
        },
        {
            "start": 1257772001,
            "stop": 1257773427
        },
        {
            "start": 1257773431,
            "stop": 1257777210
        }
    ]
}