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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=47",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 48,
    "results": [
        {
            "start": 1170713713,
            "stop": 1170715541
        },
        {
            "start": 1170715544,
            "stop": 1170716450
        },
        {
            "start": 1170716453,
            "stop": 1170729409
        },
        {
            "start": 1170729412,
            "stop": 1170732458
        },
        {
            "start": 1170732462,
            "stop": 1170732596
        },
        {
            "start": 1170732597,
            "stop": 1170734041
        },
        {
            "start": 1170734044,
            "stop": 1170734464
        },
        {
            "start": 1170734467,
            "stop": 1170739884
        },
        {
            "start": 1170739888,
            "stop": 1170744979
        },
        {
            "start": 1170744989,
            "stop": 1170745120
        },
        {
            "start": 1170745123,
            "stop": 1170745184
        },
        {
            "start": 1170745208,
            "stop": 1170745847
        },
        {
            "start": 1170745854,
            "stop": 1170745888
        },
        {
            "start": 1170745895,
            "stop": 1170745979
        },
        {
            "start": 1170745980,
            "stop": 1170746344
        },
        {
            "start": 1170746354,
            "stop": 1170746540
        },
        {
            "start": 1170746546,
            "stop": 1170746611
        },
        {
            "start": 1170746622,
            "stop": 1170746688
        },
        {
            "start": 1170746697,
            "stop": 1170746745
        },
        {
            "start": 1170746749,
            "stop": 1170746863
        }
    ]
}