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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=38",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 39,
    "results": [
        {
            "start": 931329265,
            "stop": 931329276
        },
        {
            "start": 931329279,
            "stop": 931329291
        },
        {
            "start": 931329294,
            "stop": 931329307
        },
        {
            "start": 931329309,
            "stop": 931330250
        },
        {
            "start": 931330310,
            "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
        },
        {
            "start": 931333088,
            "stop": 931334415
        },
        {
            "start": 931334775,
            "stop": 931335050
        },
        {
            "start": 931335110,
            "stop": 931335742
        },
        {
            "start": 931335744,
            "stop": 931338015
        },
        {
            "start": 931338375,
            "stop": 931338397
        },
        {
            "start": 931338400,
            "stop": 931338470
        },
        {
            "start": 931341257,
            "stop": 931341258
        }
    ]
}