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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=297",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 298,
    "results": [
        {
            "start": 969034985,
            "stop": 969034989
        },
        {
            "start": 969034994,
            "stop": 969035005
        },
        {
            "start": 969035008,
            "stop": 969035009
        },
        {
            "start": 969035019,
            "stop": 969035020
        },
        {
            "start": 969035024,
            "stop": 969035039
        },
        {
            "start": 969035042,
            "stop": 969035075
        },
        {
            "start": 969035086,
            "stop": 969035103
        },
        {
            "start": 969035106,
            "stop": 969035107
        },
        {
            "start": 969035111,
            "stop": 969035117
        },
        {
            "start": 969035122,
            "stop": 969035124
        },
        {
            "start": 969035131,
            "stop": 969035140
        },
        {
            "start": 969035145,
            "stop": 969035190
        },
        {
            "start": 969035193,
            "stop": 969035194
        },
        {
            "start": 969035204,
            "stop": 969035205
        },
        {
            "start": 969035211,
            "stop": 969035213
        },
        {
            "start": 969035218,
            "stop": 969035219
        },
        {
            "start": 969035223,
            "stop": 969035276
        },
        {
            "start": 969035279,
            "stop": 969035340
        },
        {
            "start": 969035343,
            "stop": 969035345
        },
        {
            "start": 969035348,
            "stop": 969035352
        }
    ]
}