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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=334",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 335,
    "results": [
        {
            "start": 1249948833,
            "stop": 1249950799
        },
        {
            "start": 1249953840,
            "stop": 1249955777
        },
        {
            "start": 1249957684,
            "stop": 1250005563
        },
        {
            "start": 1250009365,
            "stop": 1250039096
        },
        {
            "start": 1250041148,
            "stop": 1250104827
        },
        {
            "start": 1250104829,
            "stop": 1250104836
        },
        {
            "start": 1250104838,
            "stop": 1250104893
        },
        {
            "start": 1250104896,
            "stop": 1250104897
        },
        {
            "start": 1250104898,
            "stop": 1250104902
        },
        {
            "start": 1250104905,
            "stop": 1250104971
        },
        {
            "start": 1250104973,
            "stop": 1250104975
        },
        {
            "start": 1250104976,
            "stop": 1250105156
        },
        {
            "start": 1250105157,
            "stop": 1250107040
        },
        {
            "start": 1250107041,
            "stop": 1250107150
        },
        {
            "start": 1250107151,
            "stop": 1250108102
        },
        {
            "start": 1250108103,
            "stop": 1250117862
        },
        {
            "start": 1250117871,
            "stop": 1250117877
        },
        {
            "start": 1250117878,
            "stop": 1250117905
        },
        {
            "start": 1250117925,
            "stop": 1250117927
        },
        {
            "start": 1250117928,
            "stop": 1250136232
        }
    ]
}