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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=70",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 71,
    "results": [
        {
            "start": 825888594,
            "stop": 825888595
        },
        {
            "start": 825894975,
            "stop": 825897313
        },
        {
            "start": 825899578,
            "stop": 825901572
        },
        {
            "start": 825902078,
            "stop": 825905833
        },
        {
            "start": 825906596,
            "stop": 825909373
        },
        {
            "start": 825909400,
            "stop": 825909402
        },
        {
            "start": 825909588,
            "stop": 825913558
        },
        {
            "start": 825914352,
            "stop": 825914653
        },
        {
            "start": 825916610,
            "stop": 825921013
        },
        {
            "start": 825922164,
            "stop": 825922453
        },
        {
            "start": 825922459,
            "stop": 825922460
        },
        {
            "start": 825922624,
            "stop": 825928312
        },
        {
            "start": 825928904,
            "stop": 825931093
        },
        {
            "start": 825931135,
            "stop": 825931136
        },
        {
            "start": 825931312,
            "stop": 825932760
        },
        {
            "start": 825933684,
            "stop": 825933733
        },
        {
            "start": 825933754,
            "stop": 825933756
        },
        {
            "start": 825933967,
            "stop": 825936122
        },
        {
            "start": 825940191,
            "stop": 825943753
        },
        {
            "start": 825945429,
            "stop": 825947233
        }
    ]
}