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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14436",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14434",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14435,
    "results": [
        {
            "start": 971527484,
            "stop": 971527491
        },
        {
            "start": 971527494,
            "stop": 971527552
        },
        {
            "start": 971527553,
            "stop": 971527593
        },
        {
            "start": 971527598,
            "stop": 971527639
        },
        {
            "start": 971527642,
            "stop": 971527654
        },
        {
            "start": 971527656,
            "stop": 971527665
        },
        {
            "start": 971527666,
            "stop": 971527707
        },
        {
            "start": 971527708,
            "stop": 971527713
        },
        {
            "start": 971527714,
            "stop": 971527725
        },
        {
            "start": 971527727,
            "stop": 971527738
        },
        {
            "start": 971527743,
            "stop": 971527773
        },
        {
            "start": 971527775,
            "stop": 971527782
        },
        {
            "start": 971527783,
            "stop": 971527790
        },
        {
            "start": 971527793,
            "stop": 971527800
        },
        {
            "start": 971527803,
            "stop": 971527808
        },
        {
            "start": 971527811,
            "stop": 971527830
        },
        {
            "start": 971527831,
            "stop": 971527842
        },
        {
            "start": 971527843,
            "stop": 971527857
        },
        {
            "start": 971527859,
            "stop": 971527863
        },
        {
            "start": 971527864,
            "stop": 971527867
        }
    ]
}