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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=37",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 38,
    "results": [
        {
            "start": 931323975,
            "stop": 931326521
        },
        {
            "start": 931326524,
            "stop": 931327215
        },
        {
            "start": 931327575,
            "stop": 931328151
        },
        {
            "start": 931328153,
            "stop": 931329141
        },
        {
            "start": 931329144,
            "stop": 931329186
        },
        {
            "start": 931329189,
            "stop": 931329246
        },
        {
            "start": 931329249,
            "stop": 931329262
        },
        {
            "start": 931329265,
            "stop": 931329276
        },
        {
            "start": 931329279,
            "stop": 931329291
        },
        {
            "start": 931329294,
            "stop": 931329307
        },
        {
            "start": 931329309,
            "stop": 931330280
        },
        {
            "start": 931330282,
            "stop": 931330500
        },
        {
            "start": 931331181,
            "stop": 931331346
        },
        {
            "start": 931331350,
            "stop": 931331377
        },
        {
            "start": 931331379,
            "stop": 931331422
        },
        {
            "start": 931331424,
            "stop": 931331527
        },
        {
            "start": 931331529,
            "stop": 931331644
        },
        {
            "start": 931331647,
            "stop": 931331740
        },
        {
            "start": 931331742,
            "stop": 931332563
        },
        {
            "start": 931332565,
            "stop": 931333083
        }
    ]
}