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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=198",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 199,
    "results": [
        {
            "start": 1259056727,
            "stop": 1259059380
        },
        {
            "start": 1259059383,
            "stop": 1259059535
        },
        {
            "start": 1259059537,
            "stop": 1259061703
        },
        {
            "start": 1259061706,
            "stop": 1259062955
        },
        {
            "start": 1259062958,
            "stop": 1259065212
        },
        {
            "start": 1259065215,
            "stop": 1259065313
        },
        {
            "start": 1259065316,
            "stop": 1259067925
        },
        {
            "start": 1259067928,
            "stop": 1259068469
        },
        {
            "start": 1259068473,
            "stop": 1259068581
        },
        {
            "start": 1259068584,
            "stop": 1259068886
        },
        {
            "start": 1259068889,
            "stop": 1259069293
        },
        {
            "start": 1259069296,
            "stop": 1259071076
        },
        {
            "start": 1259071079,
            "stop": 1259071940
        },
        {
            "start": 1259082845,
            "stop": 1259083716
        },
        {
            "start": 1259083719,
            "stop": 1259083735
        },
        {
            "start": 1259083738,
            "stop": 1259084800
        },
        {
            "start": 1259084803,
            "stop": 1259086328
        },
        {
            "start": 1259086331,
            "stop": 1259087549
        },
        {
            "start": 1259087551,
            "stop": 1259089131
        },
        {
            "start": 1259089134,
            "stop": 1259089324
        }
    ]
}