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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=25",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 26,
    "results": [
        {
            "start": 1252710724,
            "stop": 1252763547
        },
        {
            "start": 1252782588,
            "stop": 1252785535
        },
        {
            "start": 1252787875,
            "stop": 1252800188
        },
        {
            "start": 1252802027,
            "stop": 1252803705
        },
        {
            "start": 1252805368,
            "stop": 1252825852
        },
        {
            "start": 1252833272,
            "stop": 1252839169
        },
        {
            "start": 1252842473,
            "stop": 1252842679
        },
        {
            "start": 1252842857,
            "stop": 1252844234
        },
        {
            "start": 1252844330,
            "stop": 1252844533
        },
        {
            "start": 1252844702,
            "stop": 1252844826
        },
        {
            "start": 1252845358,
            "stop": 1252845463
        },
        {
            "start": 1252849694,
            "stop": 1252857878
        },
        {
            "start": 1252858383,
            "stop": 1252872044
        },
        {
            "start": 1252889910,
            "stop": 1252969611
        },
        {
            "start": 1252971995,
            "stop": 1253035288
        },
        {
            "start": 1253039579,
            "stop": 1253108620
        },
        {
            "start": 1253141717,
            "stop": 1253142844
        },
        {
            "start": 1253156168,
            "stop": 1253273000
        },
        {
            "start": 1253275809,
            "stop": 1253290821
        },
        {
            "start": 1253293279,
            "stop": 1253331043
        }
    ]
}