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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=80",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 81,
    "results": [
        {
            "start": 931265449,
            "stop": 931265466
        },
        {
            "start": 931265467,
            "stop": 931265476
        },
        {
            "start": 931265477,
            "stop": 931265544
        },
        {
            "start": 931265545,
            "stop": 931265605
        },
        {
            "start": 931265606,
            "stop": 931265653
        },
        {
            "start": 931265654,
            "stop": 931265708
        },
        {
            "start": 931265709,
            "stop": 931265747
        },
        {
            "start": 931265748,
            "stop": 931265804
        },
        {
            "start": 931265805,
            "stop": 931265810
        },
        {
            "start": 931265811,
            "stop": 931265837
        },
        {
            "start": 931265838,
            "stop": 931265858
        },
        {
            "start": 931265859,
            "stop": 931265887
        },
        {
            "start": 931265888,
            "stop": 931266015
        },
        {
            "start": 931266375,
            "stop": 931266415
        },
        {
            "start": 931266417,
            "stop": 931266429
        },
        {
            "start": 931266430,
            "stop": 931266443
        },
        {
            "start": 931266447,
            "stop": 931266493
        },
        {
            "start": 931266494,
            "stop": 931266500
        },
        {
            "start": 931266501,
            "stop": 931266592
        },
        {
            "start": 931266593,
            "stop": 931266599
        }
    ]
}