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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1647",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1645",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1646,
    "results": [
        {
            "start": 1247927829,
            "stop": 1247928199
        },
        {
            "start": 1247928202,
            "stop": 1247928222
        },
        {
            "start": 1247928225,
            "stop": 1247928228
        },
        {
            "start": 1247928231,
            "stop": 1247928353
        },
        {
            "start": 1247961430,
            "stop": 1247961923
        },
        {
            "start": 1247961925,
            "stop": 1247962399
        },
        {
            "start": 1247962402,
            "stop": 1247962494
        },
        {
            "start": 1247962497,
            "stop": 1247962957
        },
        {
            "start": 1247962960,
            "stop": 1247963447
        },
        {
            "start": 1247963450,
            "stop": 1247964303
        },
        {
            "start": 1247964867,
            "stop": 1247967158
        },
        {
            "start": 1247967161,
            "stop": 1247967864
        },
        {
            "start": 1247967872,
            "stop": 1247967884
        },
        {
            "start": 1247967886,
            "stop": 1247967887
        },
        {
            "start": 1247967891,
            "stop": 1247967892
        },
        {
            "start": 1247967899,
            "stop": 1247969129
        },
        {
            "start": 1247969132,
            "stop": 1247969291
        },
        {
            "start": 1247969293,
            "stop": 1247969844
        },
        {
            "start": 1247969847,
            "stop": 1247969937
        },
        {
            "start": 1247969940,
            "stop": 1247970123
        }
    ]
}