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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=370",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 371,
    "results": [
        {
            "start": 958276201,
            "stop": 958278364
        },
        {
            "start": 958282277,
            "stop": 958290513
        },
        {
            "start": 958299220,
            "stop": 958310166
        },
        {
            "start": 958312011,
            "stop": 958313964
        },
        {
            "start": 958313969,
            "stop": 958313988
        },
        {
            "start": 958313999,
            "stop": 958314008
        },
        {
            "start": 958314015,
            "stop": 958314016
        },
        {
            "start": 958314021,
            "stop": 958320964
        },
        {
            "start": 958325429,
            "stop": 958326206
        },
        {
            "start": 958326212,
            "stop": 958326225
        },
        {
            "start": 958328862,
            "stop": 958333900
        },
        {
            "start": 958333906,
            "stop": 958336317
        },
        {
            "start": 958337706,
            "stop": 958338808
        },
        {
            "start": 958338818,
            "stop": 958338825
        },
        {
            "start": 958338830,
            "stop": 958338831
        },
        {
            "start": 958338836,
            "stop": 958338838
        },
        {
            "start": 958338847,
            "stop": 958352672
        },
        {
            "start": 958368780,
            "stop": 958385216
        },
        {
            "start": 958387183,
            "stop": 958392554
        },
        {
            "start": 958397460,
            "stop": 958399936
        }
    ]
}