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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=32",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 33,
    "results": [
        {
            "start": 931360504,
            "stop": 931360546
        },
        {
            "start": 931360548,
            "stop": 931360550
        },
        {
            "start": 931360551,
            "stop": 931360552
        },
        {
            "start": 931360553,
            "stop": 931360554
        },
        {
            "start": 931360556,
            "stop": 931360569
        },
        {
            "start": 931360571,
            "stop": 931360578
        },
        {
            "start": 931360580,
            "stop": 931360604
        },
        {
            "start": 931360607,
            "stop": 931360634
        },
        {
            "start": 931360636,
            "stop": 931360667
        },
        {
            "start": 931360670,
            "stop": 931360671
        },
        {
            "start": 931360678,
            "stop": 931360729
        },
        {
            "start": 931360731,
            "stop": 931360755
        },
        {
            "start": 931360759,
            "stop": 931360796
        },
        {
            "start": 931360807,
            "stop": 931360813
        },
        {
            "start": 931360818,
            "stop": 931360819
        },
        {
            "start": 931360836,
            "stop": 931360843
        },
        {
            "start": 931360845,
            "stop": 931360846
        },
        {
            "start": 931360859,
            "stop": 931360870
        },
        {
            "start": 931360871,
            "stop": 931360872
        },
        {
            "start": 931360884,
            "stop": 931360885
        }
    ]
}