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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=139",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 140,
    "results": [
        {
            "start": 1380701703,
            "stop": 1380701781
        },
        {
            "start": 1380720109,
            "stop": 1380727661
        },
        {
            "start": 1380727665,
            "stop": 1380731483
        },
        {
            "start": 1380731488,
            "stop": 1380738475
        },
        {
            "start": 1380738480,
            "stop": 1380742756
        },
        {
            "start": 1380742761,
            "stop": 1380745736
        },
        {
            "start": 1380745741,
            "stop": 1380747447
        },
        {
            "start": 1380747452,
            "stop": 1380749501
        },
        {
            "start": 1380749506,
            "stop": 1380755738
        },
        {
            "start": 1380755743,
            "stop": 1380756458
        },
        {
            "start": 1380756463,
            "stop": 1380756946
        },
        {
            "start": 1380756951,
            "stop": 1380758888
        },
        {
            "start": 1380758893,
            "stop": 1380759916
        },
        {
            "start": 1380760001,
            "stop": 1380767485
        },
        {
            "start": 1380775606,
            "stop": 1380776099
        },
        {
            "start": 1380776104,
            "stop": 1380779308
        },
        {
            "start": 1380779313,
            "stop": 1380781059
        },
        {
            "start": 1380781064,
            "stop": 1380782744
        },
        {
            "start": 1380782749,
            "stop": 1380784246
        },
        {
            "start": 1380788279,
            "stop": 1380796609
        }
    ]
}