Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=179
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 179,
    "results": [
        {
            "start": 1384054557,
            "stop": 1384057721
        },
        {
            "start": 1384057726,
            "stop": 1384059101
        },
        {
            "start": 1384059106,
            "stop": 1384061114
        },
        {
            "start": 1384061117,
            "stop": 1384064233
        },
        {
            "start": 1384064238,
            "stop": 1384073681
        },
        {
            "start": 1384078247,
            "stop": 1384082084
        },
        {
            "start": 1384082089,
            "stop": 1384097150
        },
        {
            "start": 1384097155,
            "stop": 1384101856
        },
        {
            "start": 1384101859,
            "stop": 1384103395
        },
        {
            "start": 1384110374,
            "stop": 1384111263
        },
        {
            "start": 1384111268,
            "stop": 1384111286
        },
        {
            "start": 1384111291,
            "stop": 1384112017
        },
        {
            "start": 1384112022,
            "stop": 1384113623
        },
        {
            "start": 1384113628,
            "stop": 1384114179
        },
        {
            "start": 1384130048,
            "stop": 1384140328
        },
        {
            "start": 1384140333,
            "stop": 1384143569
        },
        {
            "start": 1384143574,
            "stop": 1384159999
        },
        {
            "start": 1384160004,
            "stop": 1384168142
        },
        {
            "start": 1384168147,
            "stop": 1384176651
        },
        {
            "start": 1384176656,
            "stop": 1384176673
        }
    ]
}