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=305
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=306",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=304",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 305,
    "results": [
        {
            "start": 941764675,
            "stop": 941799392
        },
        {
            "start": 941805858,
            "stop": 941813817
        },
        {
            "start": 941813823,
            "stop": 941815279
        },
        {
            "start": 941815284,
            "stop": 941815298
        },
        {
            "start": 941815308,
            "stop": 941815349
        },
        {
            "start": 941815356,
            "stop": 941815368
        },
        {
            "start": 941815374,
            "stop": 941815386
        },
        {
            "start": 941817296,
            "stop": 941819433
        },
        {
            "start": 941837459,
            "stop": 941838002
        },
        {
            "start": 941838008,
            "stop": 941839234
        },
        {
            "start": 941842909,
            "stop": 941845363
        },
        {
            "start": 941845369,
            "stop": 941854067
        },
        {
            "start": 941861494,
            "stop": 941865892
        },
        {
            "start": 941865898,
            "stop": 941865919
        },
        {
            "start": 941865925,
            "stop": 941873578
        },
        {
            "start": 941881500,
            "stop": 941890997
        },
        {
            "start": 941891003,
            "stop": 941891048
        },
        {
            "start": 941891054,
            "stop": 941891097
        },
        {
            "start": 941891103,
            "stop": 941891261
        },
        {
            "start": 941891274,
            "stop": 941891413
        }
    ]
}