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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=72",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 73,
    "results": [
        {
            "start": 819180363,
            "stop": 819180366
        },
        {
            "start": 819180370,
            "stop": 819180704
        },
        {
            "start": 819180707,
            "stop": 819180766
        },
        {
            "start": 819180769,
            "stop": 819181404
        },
        {
            "start": 819181407,
            "stop": 819181647
        },
        {
            "start": 819181651,
            "stop": 819182041
        },
        {
            "start": 819182044,
            "stop": 819182336
        },
        {
            "start": 819182339,
            "stop": 819182469
        },
        {
            "start": 819182472,
            "stop": 819182695
        },
        {
            "start": 819182699,
            "stop": 819182920
        },
        {
            "start": 819182923,
            "stop": 819183009
        },
        {
            "start": 819183014,
            "stop": 819183016
        },
        {
            "start": 819183019,
            "stop": 819183120
        },
        {
            "start": 819183123,
            "stop": 819183172
        },
        {
            "start": 819183175,
            "stop": 819183309
        },
        {
            "start": 819183312,
            "stop": 819184175
        },
        {
            "start": 819184178,
            "stop": 819184390
        },
        {
            "start": 819184394,
            "stop": 819184586
        },
        {
            "start": 819184589,
            "stop": 819184593
        },
        {
            "start": 819184596,
            "stop": 819184793
        }
    ]
}