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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3709",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3707",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3708,
    "results": [
        {
            "start": 970993063,
            "stop": 970993152
        },
        {
            "start": 970993155,
            "stop": 970993352
        },
        {
            "start": 970993355,
            "stop": 970993390
        },
        {
            "start": 970993393,
            "stop": 970993405
        },
        {
            "start": 970993408,
            "stop": 970993479
        },
        {
            "start": 970993482,
            "stop": 970993520
        },
        {
            "start": 970993523,
            "stop": 970993604
        },
        {
            "start": 970993607,
            "stop": 970993636
        },
        {
            "start": 970993639,
            "stop": 970993668
        },
        {
            "start": 970993671,
            "stop": 970993715
        },
        {
            "start": 970993718,
            "stop": 970993720
        },
        {
            "start": 970993723,
            "stop": 970993854
        },
        {
            "start": 970993857,
            "stop": 970993899
        },
        {
            "start": 970993902,
            "stop": 970993906
        },
        {
            "start": 970993909,
            "stop": 970993935
        },
        {
            "start": 970993938,
            "stop": 970994053
        },
        {
            "start": 970994056,
            "stop": 970994094
        },
        {
            "start": 970994097,
            "stop": 970994403
        },
        {
            "start": 970994406,
            "stop": 970994434
        },
        {
            "start": 970994437,
            "stop": 970994611
        }
    ]
}