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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=34",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 35,
    "results": [
        {
            "start": 931259556,
            "stop": 931259694
        },
        {
            "start": 931259696,
            "stop": 931259706
        },
        {
            "start": 931259724,
            "stop": 931260119
        },
        {
            "start": 931260136,
            "stop": 931260219
        },
        {
            "start": 931260237,
            "stop": 931260258
        },
        {
            "start": 931260276,
            "stop": 931260324
        },
        {
            "start": 931260341,
            "stop": 931260598
        },
        {
            "start": 931262108,
            "stop": 931262116
        },
        {
            "start": 931262139,
            "stop": 931262415
        },
        {
            "start": 931262775,
            "stop": 931263371
        },
        {
            "start": 931263388,
            "stop": 931264828
        },
        {
            "start": 931264830,
            "stop": 931265377
        },
        {
            "start": 931265395,
            "stop": 931266015
        },
        {
            "start": 931266375,
            "stop": 931266407
        },
        {
            "start": 931266425,
            "stop": 931266435
        },
        {
            "start": 931266455,
            "stop": 931267843
        },
        {
            "start": 931267887,
            "stop": 931267897
        },
        {
            "start": 931267955,
            "stop": 931267959
        },
        {
            "start": 931270297,
            "stop": 931270302
        },
        {
            "start": 931270320,
            "stop": 931270322
        }
    ]
}