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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=38",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 39,
    "results": [
        {
            "start": 1257532238,
            "stop": 1257532242
        },
        {
            "start": 1257532245,
            "stop": 1257532259
        },
        {
            "start": 1257532262,
            "stop": 1257532278
        },
        {
            "start": 1257532281,
            "stop": 1257532309
        },
        {
            "start": 1257532312,
            "stop": 1257532317
        },
        {
            "start": 1257532320,
            "stop": 1257532478
        },
        {
            "start": 1257532481,
            "stop": 1257532514
        },
        {
            "start": 1257532517,
            "stop": 1257532528
        },
        {
            "start": 1257532532,
            "stop": 1257532638
        },
        {
            "start": 1257532640,
            "stop": 1257532733
        },
        {
            "start": 1257532735,
            "stop": 1257532909
        },
        {
            "start": 1257532911,
            "stop": 1257532952
        },
        {
            "start": 1257532954,
            "stop": 1257532959
        },
        {
            "start": 1257532962,
            "stop": 1257532967
        },
        {
            "start": 1257532969,
            "stop": 1257532991
        },
        {
            "start": 1257532994,
            "stop": 1257533042
        },
        {
            "start": 1257533044,
            "stop": 1257533068
        },
        {
            "start": 1257533071,
            "stop": 1257533163
        },
        {
            "start": 1257533166,
            "stop": 1257533169
        },
        {
            "start": 1257533172,
            "stop": 1257533243
        }
    ]
}