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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=118",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 119,
    "results": [
        {
            "start": 1175666595,
            "stop": 1175667554
        },
        {
            "start": 1175667555,
            "stop": 1175668667
        },
        {
            "start": 1175668668,
            "stop": 1175669670
        },
        {
            "start": 1175669671,
            "stop": 1175670764
        },
        {
            "start": 1175670765,
            "stop": 1175671763
        },
        {
            "start": 1175671764,
            "stop": 1175672900
        },
        {
            "start": 1175672901,
            "stop": 1175673916
        },
        {
            "start": 1175673917,
            "stop": 1175674868
        },
        {
            "start": 1175681748,
            "stop": 1175682351
        },
        {
            "start": 1175682352,
            "stop": 1175683495
        },
        {
            "start": 1175683496,
            "stop": 1175684566
        },
        {
            "start": 1175684567,
            "stop": 1175685713
        },
        {
            "start": 1175685714,
            "stop": 1175686831
        },
        {
            "start": 1175686832,
            "stop": 1175687991
        },
        {
            "start": 1175687992,
            "stop": 1175689111
        },
        {
            "start": 1175689112,
            "stop": 1175690275
        },
        {
            "start": 1175690277,
            "stop": 1175691357
        },
        {
            "start": 1175691358,
            "stop": 1175692517
        },
        {
            "start": 1175692518,
            "stop": 1175693186
        },
        {
            "start": 1175696778,
            "stop": 1175697784
        }
    ]
}