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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=33",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 34,
    "results": [
        {
            "start": 931220009,
            "stop": 931220012
        },
        {
            "start": 931220039,
            "stop": 931220044
        },
        {
            "start": 931220053,
            "stop": 931220092
        },
        {
            "start": 931220115,
            "stop": 931220147
        },
        {
            "start": 931220153,
            "stop": 931220155
        },
        {
            "start": 931220164,
            "stop": 931220208
        },
        {
            "start": 931242132,
            "stop": 931242133
        },
        {
            "start": 931242273,
            "stop": 931242274
        },
        {
            "start": 931242280,
            "stop": 931242281
        },
        {
            "start": 931242309,
            "stop": 931242310
        },
        {
            "start": 931242340,
            "stop": 931242342
        },
        {
            "start": 931242352,
            "stop": 931242364
        },
        {
            "start": 931242375,
            "stop": 931242377
        },
        {
            "start": 931242383,
            "stop": 931242401
        },
        {
            "start": 931242407,
            "stop": 931242420
        },
        {
            "start": 931242425,
            "stop": 931242433
        },
        {
            "start": 931242440,
            "stop": 931242458
        },
        {
            "start": 931242464,
            "stop": 931242504
        },
        {
            "start": 931242510,
            "stop": 931243753
        },
        {
            "start": 931243760,
            "stop": 931244400
        }
    ]
}