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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=86",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 87,
    "results": [
        {
            "start": 816990729,
            "stop": 816990970
        },
        {
            "start": 816990974,
            "stop": 816991880
        },
        {
            "start": 816991884,
            "stop": 816995847
        },
        {
            "start": 816995854,
            "stop": 816996218
        },
        {
            "start": 816996225,
            "stop": 816997522
        },
        {
            "start": 816997529,
            "stop": 816997843
        },
        {
            "start": 816998084,
            "stop": 816998657
        },
        {
            "start": 816998670,
            "stop": 817002494
        },
        {
            "start": 817002501,
            "stop": 817003407
        },
        {
            "start": 817003415,
            "stop": 817006235
        },
        {
            "start": 817006242,
            "stop": 817006622
        },
        {
            "start": 817006629,
            "stop": 817009592
        },
        {
            "start": 817009599,
            "stop": 817010111
        },
        {
            "start": 817010118,
            "stop": 817011585
        },
        {
            "start": 817011592,
            "stop": 817012564
        },
        {
            "start": 817012572,
            "stop": 817013511
        },
        {
            "start": 817013519,
            "stop": 817013757
        },
        {
            "start": 817013764,
            "stop": 817014552
        },
        {
            "start": 817014565,
            "stop": 817014689
        },
        {
            "start": 817014697,
            "stop": 817017943
        }
    ]
}