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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=163",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 164,
    "results": [
        {
            "start": 1135055985,
            "stop": 1135055989
        },
        {
            "start": 1135055992,
            "stop": 1135055993
        },
        {
            "start": 1135055996,
            "stop": 1135055997
        },
        {
            "start": 1135056003,
            "stop": 1135056005
        },
        {
            "start": 1135056011,
            "stop": 1135056013
        },
        {
            "start": 1135056020,
            "stop": 1135056022
        },
        {
            "start": 1135056025,
            "stop": 1135056028
        },
        {
            "start": 1135056034,
            "stop": 1135056035
        },
        {
            "start": 1135056038,
            "stop": 1135056039
        },
        {
            "start": 1135056045,
            "stop": 1135056047
        },
        {
            "start": 1135056067,
            "stop": 1135056069
        },
        {
            "start": 1135056075,
            "stop": 1135056076
        },
        {
            "start": 1135056082,
            "stop": 1135056083
        },
        {
            "start": 1135056100,
            "stop": 1135056101
        },
        {
            "start": 1135056107,
            "stop": 1135056108
        },
        {
            "start": 1135056123,
            "stop": 1135056124
        },
        {
            "start": 1135056129,
            "stop": 1135056137
        },
        {
            "start": 1135056143,
            "stop": 1135056145
        },
        {
            "start": 1135056148,
            "stop": 1135056149
        },
        {
            "start": 1135056152,
            "stop": 1135056153
        }
    ]
}