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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=102",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 103,
    "results": [
        {
            "start": 1259465975,
            "stop": 1259465977
        },
        {
            "start": 1259465978,
            "stop": 1259465981
        },
        {
            "start": 1259465982,
            "stop": 1259465984
        },
        {
            "start": 1259465985,
            "stop": 1259468041
        },
        {
            "start": 1259468043,
            "stop": 1259468086
        },
        {
            "start": 1259468089,
            "stop": 1259469031
        },
        {
            "start": 1259469207,
            "stop": 1259470908
        },
        {
            "start": 1259470909,
            "stop": 1259472406
        },
        {
            "start": 1259472410,
            "stop": 1259472684
        },
        {
            "start": 1259472687,
            "stop": 1259472714
        },
        {
            "start": 1259472718,
            "stop": 1259474936
        },
        {
            "start": 1259474941,
            "stop": 1259475100
        },
        {
            "start": 1259475104,
            "stop": 1259475473
        },
        {
            "start": 1259475559,
            "stop": 1259476342
        },
        {
            "start": 1259476355,
            "stop": 1259480449
        },
        {
            "start": 1259480452,
            "stop": 1259481051
        },
        {
            "start": 1259481147,
            "stop": 1259481598
        },
        {
            "start": 1259481600,
            "stop": 1259481824
        },
        {
            "start": 1259481907,
            "stop": 1259488174
        },
        {
            "start": 1259488256,
            "stop": 1259490483
        }
    ]
}