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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=56",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 57,
    "results": [
        {
            "start": 825867151,
            "stop": 825867806
        },
        {
            "start": 825869446,
            "stop": 825880135
        },
        {
            "start": 825885807,
            "stop": 825886677
        },
        {
            "start": 825887005,
            "stop": 825888595
        },
        {
            "start": 825894975,
            "stop": 825897365
        },
        {
            "start": 825899578,
            "stop": 825901602
        },
        {
            "start": 825902078,
            "stop": 825905868
        },
        {
            "start": 825906596,
            "stop": 825909402
        },
        {
            "start": 825909588,
            "stop": 825913558
        },
        {
            "start": 825914352,
            "stop": 825914695
        },
        {
            "start": 825916610,
            "stop": 825921061
        },
        {
            "start": 825922164,
            "stop": 825922460
        },
        {
            "start": 825922624,
            "stop": 825928342
        },
        {
            "start": 825928904,
            "stop": 825931136
        },
        {
            "start": 825931312,
            "stop": 825932790
        },
        {
            "start": 825933684,
            "stop": 825933756
        },
        {
            "start": 825933967,
            "stop": 825936122
        },
        {
            "start": 825940191,
            "stop": 825943810
        },
        {
            "start": 825945429,
            "stop": 825947283
        },
        {
            "start": 825989616,
            "stop": 825989727
        }
    ]
}