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=773
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=774",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=772",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 773,
    "results": [
        {
            "start": 1268117144,
            "stop": 1268118524
        },
        {
            "start": 1268118596,
            "stop": 1268120474
        },
        {
            "start": 1268120478,
            "stop": 1268125093
        },
        {
            "start": 1268125184,
            "stop": 1268125230
        },
        {
            "start": 1268125235,
            "stop": 1268125309
        },
        {
            "start": 1268125313,
            "stop": 1268125498
        },
        {
            "start": 1268125500,
            "stop": 1268128717
        },
        {
            "start": 1268128719,
            "stop": 1268130832
        },
        {
            "start": 1268130836,
            "stop": 1268131255
        },
        {
            "start": 1268131259,
            "stop": 1268132337
        },
        {
            "start": 1268132338,
            "stop": 1268133712
        },
        {
            "start": 1268133716,
            "stop": 1268133778
        },
        {
            "start": 1268133779,
            "stop": 1268133782
        },
        {
            "start": 1268133787,
            "stop": 1268133788
        },
        {
            "start": 1268133789,
            "stop": 1268133892
        },
        {
            "start": 1268133894,
            "stop": 1268133905
        },
        {
            "start": 1268133906,
            "stop": 1268133908
        },
        {
            "start": 1268133909,
            "stop": 1268133922
        },
        {
            "start": 1268133923,
            "stop": 1268133924
        },
        {
            "start": 1268133926,
            "stop": 1268133927
        }
    ]
}