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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=67",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 68,
    "results": [
        {
            "start": 1409084838,
            "stop": 1409085470
        },
        {
            "start": 1409085475,
            "stop": 1409085618
        },
        {
            "start": 1409085623,
            "stop": 1409086512
        },
        {
            "start": 1409086517,
            "stop": 1409086541
        },
        {
            "start": 1409086546,
            "stop": 1409086941
        },
        {
            "start": 1409086946,
            "stop": 1409088095
        },
        {
            "start": 1409088100,
            "stop": 1409088185
        },
        {
            "start": 1409088190,
            "stop": 1409088635
        },
        {
            "start": 1409088640,
            "stop": 1409091772
        },
        {
            "start": 1409091781,
            "stop": 1409092118
        },
        {
            "start": 1409092123,
            "stop": 1409092374
        },
        {
            "start": 1409098372,
            "stop": 1409109577
        },
        {
            "start": 1409109582,
            "stop": 1409109876
        },
        {
            "start": 1409109881,
            "stop": 1409110449
        },
        {
            "start": 1409110454,
            "stop": 1409111227
        },
        {
            "start": 1409111232,
            "stop": 1409111687
        },
        {
            "start": 1409111692,
            "stop": 1409114417
        },
        {
            "start": 1409114422,
            "stop": 1409114527
        },
        {
            "start": 1409114532,
            "stop": 1409114651
        },
        {
            "start": 1409114656,
            "stop": 1409116096
        }
    ]
}