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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=32",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 33,
    "results": [
        {
            "start": 931219800,
            "stop": 931219833
        },
        {
            "start": 931219850,
            "stop": 931219864
        },
        {
            "start": 931219913,
            "stop": 931219914
        },
        {
            "start": 931219933,
            "stop": 931219934
        },
        {
            "start": 931219962,
            "stop": 931219982
        },
        {
            "start": 931220057,
            "stop": 931220084
        },
        {
            "start": 931220119,
            "stop": 931220139
        },
        {
            "start": 931220168,
            "stop": 931220200
        },
        {
            "start": 931242387,
            "stop": 931242393
        },
        {
            "start": 931242411,
            "stop": 931242412
        },
        {
            "start": 931242444,
            "stop": 931242450
        },
        {
            "start": 931242468,
            "stop": 931242496
        },
        {
            "start": 931242514,
            "stop": 931242751
        },
        {
            "start": 931242756,
            "stop": 931243745
        },
        {
            "start": 931243764,
            "stop": 931243809
        },
        {
            "start": 931243814,
            "stop": 931244075
        },
        {
            "start": 931244080,
            "stop": 931244392
        },
        {
            "start": 931244410,
            "stop": 931244415
        },
        {
            "start": 931244775,
            "stop": 931245129
        },
        {
            "start": 931245147,
            "stop": 931245464
        }
    ]
}