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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=60",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 61,
    "results": [
        {
            "start": 817737239,
            "stop": 817737256
        },
        {
            "start": 817737261,
            "stop": 817738653
        },
        {
            "start": 817738656,
            "stop": 817738657
        },
        {
            "start": 817738662,
            "stop": 817738685
        },
        {
            "start": 817738688,
            "stop": 817740692
        },
        {
            "start": 817740695,
            "stop": 817741606
        },
        {
            "start": 817741609,
            "stop": 817741626
        },
        {
            "start": 817741629,
            "stop": 817741643
        },
        {
            "start": 817741646,
            "stop": 817741705
        },
        {
            "start": 817741708,
            "stop": 817742300
        },
        {
            "start": 817742303,
            "stop": 817743019
        },
        {
            "start": 817743030,
            "stop": 817743167
        },
        {
            "start": 817743170,
            "stop": 817743712
        },
        {
            "start": 817743715,
            "stop": 817743721
        },
        {
            "start": 817743724,
            "stop": 817744028
        },
        {
            "start": 817744033,
            "stop": 817744034
        },
        {
            "start": 817744037,
            "stop": 817744100
        },
        {
            "start": 817744103,
            "stop": 817744133
        },
        {
            "start": 817744139,
            "stop": 817744625
        },
        {
            "start": 817744628,
            "stop": 817745290
        }
    ]
}