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=16810
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=16811",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16809",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16810,
    "results": [
        {
            "start": 875140304,
            "stop": 875140537
        },
        {
            "start": 875140539,
            "stop": 875140543
        },
        {
            "start": 875140545,
            "stop": 875140674
        },
        {
            "start": 875140675,
            "stop": 875140774
        },
        {
            "start": 875140775,
            "stop": 875141015
        },
        {
            "start": 875141017,
            "stop": 875141100
        },
        {
            "start": 875141597,
            "stop": 875142133
        },
        {
            "start": 875142134,
            "stop": 875142232
        },
        {
            "start": 875142234,
            "stop": 875142700
        },
        {
            "start": 875142701,
            "stop": 875142798
        },
        {
            "start": 875142802,
            "stop": 875142874
        },
        {
            "start": 875142875,
            "stop": 875142953
        },
        {
            "start": 875142955,
            "stop": 875143019
        },
        {
            "start": 875143020,
            "stop": 875143082
        },
        {
            "start": 875143083,
            "stop": 875143246
        },
        {
            "start": 875143247,
            "stop": 875143303
        },
        {
            "start": 875143304,
            "stop": 875143761
        },
        {
            "start": 875143762,
            "stop": 875143870
        },
        {
            "start": 875143871,
            "stop": 875143919
        },
        {
            "start": 875143921,
            "stop": 875144268
        }
    ]
}