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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=31",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 32,
    "results": [
        {
            "start": 1181290874,
            "stop": 1181307521
        },
        {
            "start": 1181326467,
            "stop": 1181351746
        },
        {
            "start": 1181355211,
            "stop": 1181365061
        },
        {
            "start": 1181369967,
            "stop": 1181392342
        },
        {
            "start": 1181397127,
            "stop": 1181397785
        },
        {
            "start": 1181442739,
            "stop": 1181450466
        },
        {
            "start": 1181453122,
            "stop": 1181458095
        },
        {
            "start": 1181476975,
            "stop": 1181477146
        },
        {
            "start": 1181477169,
            "stop": 1181520526
        },
        {
            "start": 1181529457,
            "stop": 1181582461
        },
        {
            "start": 1181605502,
            "stop": 1181663061
        },
        {
            "start": 1181666519,
            "stop": 1181689072
        },
        {
            "start": 1181692277,
            "stop": 1181730817
        },
        {
            "start": 1181767804,
            "stop": 1181776118
        },
        {
            "start": 1181779897,
            "stop": 1181845005
        },
        {
            "start": 1181849087,
            "stop": 1181851859
        },
        {
            "start": 1181859927,
            "stop": 1181889848
        },
        {
            "start": 1181896061,
            "stop": 1181922638
        },
        {
            "start": 1181922643,
            "stop": 1181927860
        },
        {
            "start": 1181949710,
            "stop": 1182002505
        }
    ]
}