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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1058
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1059",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1057",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1058,
    "results": [
        {
            "start": 1253054816,
            "stop": 1253054903
        },
        {
            "start": 1253054910,
            "stop": 1253055190
        },
        {
            "start": 1253055194,
            "stop": 1253055235
        },
        {
            "start": 1253055237,
            "stop": 1253055550
        },
        {
            "start": 1253055558,
            "stop": 1253055571
        },
        {
            "start": 1253055575,
            "stop": 1253055748
        },
        {
            "start": 1253055752,
            "stop": 1253055805
        },
        {
            "start": 1253055808,
            "stop": 1253056967
        },
        {
            "start": 1253056971,
            "stop": 1253059341
        },
        {
            "start": 1253059344,
            "stop": 1253060322
        },
        {
            "start": 1253060330,
            "stop": 1253061433
        },
        {
            "start": 1253061437,
            "stop": 1253061848
        },
        {
            "start": 1253061852,
            "stop": 1253061995
        },
        {
            "start": 1253061998,
            "stop": 1253062107
        },
        {
            "start": 1253062111,
            "stop": 1253063512
        },
        {
            "start": 1253063516,
            "stop": 1253064279
        },
        {
            "start": 1253064284,
            "stop": 1253064638
        },
        {
            "start": 1253064641,
            "stop": 1253064644
        },
        {
            "start": 1253064649,
            "stop": 1253064948
        },
        {
            "start": 1253064953,
            "stop": 1253065254
        }
    ]
}