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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=125",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 126,
    "results": [
        {
            "start": 1135043979,
            "stop": 1135043990
        },
        {
            "start": 1135043993,
            "stop": 1135044018
        },
        {
            "start": 1135044021,
            "stop": 1135044038
        },
        {
            "start": 1135044041,
            "stop": 1135044053
        },
        {
            "start": 1135044056,
            "stop": 1135044062
        },
        {
            "start": 1135044065,
            "stop": 1135044082
        },
        {
            "start": 1135044085,
            "stop": 1135044105
        },
        {
            "start": 1135044108,
            "stop": 1135044120
        },
        {
            "start": 1135044123,
            "stop": 1135044132
        },
        {
            "start": 1135044135,
            "stop": 1135044161
        },
        {
            "start": 1135044164,
            "stop": 1135044169
        },
        {
            "start": 1135044172,
            "stop": 1135044175
        },
        {
            "start": 1135044178,
            "stop": 1135044181
        },
        {
            "start": 1135044186,
            "stop": 1135044195
        },
        {
            "start": 1135044198,
            "stop": 1135044207
        },
        {
            "start": 1135044210,
            "stop": 1135044216
        },
        {
            "start": 1135044219,
            "stop": 1135044228
        },
        {
            "start": 1135044231,
            "stop": 1135044245
        },
        {
            "start": 1135044249,
            "stop": 1135044252
        },
        {
            "start": 1135044256,
            "stop": 1135044281
        }
    ]
}