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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16833",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16831",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16832,
    "results": [
        {
            "start": 875226593,
            "stop": 875226781
        },
        {
            "start": 875226783,
            "stop": 875226898
        },
        {
            "start": 875226899,
            "stop": 875226989
        },
        {
            "start": 875226990,
            "stop": 875227045
        },
        {
            "start": 875227046,
            "stop": 875227056
        },
        {
            "start": 875227058,
            "stop": 875227226
        },
        {
            "start": 875227227,
            "stop": 875227247
        },
        {
            "start": 875227251,
            "stop": 875227260
        },
        {
            "start": 875227262,
            "stop": 875227692
        },
        {
            "start": 875227694,
            "stop": 875227750
        },
        {
            "start": 875227751,
            "stop": 875227760
        },
        {
            "start": 875227761,
            "stop": 875227772
        },
        {
            "start": 875227774,
            "stop": 875227860
        },
        {
            "start": 875227861,
            "stop": 875228157
        },
        {
            "start": 875228158,
            "stop": 875228168
        },
        {
            "start": 875228169,
            "stop": 875228546
        },
        {
            "start": 875228548,
            "stop": 875228776
        },
        {
            "start": 875228777,
            "stop": 875229628
        },
        {
            "start": 875229629,
            "stop": 875229930
        },
        {
            "start": 875229931,
            "stop": 875230662
        }
    ]
}