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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=111",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 112,
    "results": [
        {
            "start": 1257857770,
            "stop": 1257857946
        },
        {
            "start": 1257857952,
            "stop": 1257858061
        },
        {
            "start": 1257858064,
            "stop": 1257858099
        },
        {
            "start": 1257858102,
            "stop": 1257858105
        },
        {
            "start": 1257858108,
            "stop": 1257858169
        },
        {
            "start": 1257858172,
            "stop": 1257858318
        },
        {
            "start": 1257858321,
            "stop": 1257858414
        },
        {
            "start": 1257858417,
            "stop": 1257858514
        },
        {
            "start": 1257858517,
            "stop": 1257858557
        },
        {
            "start": 1257858563,
            "stop": 1257858960
        },
        {
            "start": 1257858963,
            "stop": 1257859081
        },
        {
            "start": 1257859084,
            "stop": 1257859470
        },
        {
            "start": 1257859473,
            "stop": 1257859570
        },
        {
            "start": 1257859579,
            "stop": 1257859701
        },
        {
            "start": 1257859704,
            "stop": 1257859707
        },
        {
            "start": 1257859713,
            "stop": 1257859805
        },
        {
            "start": 1257859808,
            "stop": 1257859980
        },
        {
            "start": 1257859983,
            "stop": 1257860153
        },
        {
            "start": 1257860156,
            "stop": 1257860266
        },
        {
            "start": 1257860272,
            "stop": 1257860422
        }
    ]
}