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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=34",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 35,
    "results": [
        {
            "start": 931174809,
            "stop": 931174815
        },
        {
            "start": 931174817,
            "stop": 931174818
        },
        {
            "start": 931174819,
            "stop": 931174876
        },
        {
            "start": 931174878,
            "stop": 931174888
        },
        {
            "start": 931174890,
            "stop": 931174929
        },
        {
            "start": 931174931,
            "stop": 931174937
        },
        {
            "start": 931174939,
            "stop": 931174946
        },
        {
            "start": 931174948,
            "stop": 931174952
        },
        {
            "start": 931174954,
            "stop": 931174955
        },
        {
            "start": 931174957,
            "stop": 931174958
        },
        {
            "start": 931174960,
            "stop": 931174966
        },
        {
            "start": 931174968,
            "stop": 931174992
        },
        {
            "start": 931174994,
            "stop": 931175027
        },
        {
            "start": 931175029,
            "stop": 931175054
        },
        {
            "start": 931175056,
            "stop": 931175085
        },
        {
            "start": 931175087,
            "stop": 931175108
        },
        {
            "start": 931175110,
            "stop": 931175135
        },
        {
            "start": 931175136,
            "stop": 931175145
        },
        {
            "start": 931175147,
            "stop": 931175154
        },
        {
            "start": 931175157,
            "stop": 931175167
        }
    ]
}