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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=139",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 140,
    "results": [
        {
            "start": 931592739,
            "stop": 931592742
        },
        {
            "start": 931592749,
            "stop": 931592751
        },
        {
            "start": 931592754,
            "stop": 931592755
        },
        {
            "start": 931592762,
            "stop": 931592763
        },
        {
            "start": 931592765,
            "stop": 931592775
        },
        {
            "start": 931592778,
            "stop": 931592779
        },
        {
            "start": 931592782,
            "stop": 931592792
        },
        {
            "start": 931592798,
            "stop": 931592800
        },
        {
            "start": 931592803,
            "stop": 931592807
        },
        {
            "start": 931592818,
            "stop": 931592822
        },
        {
            "start": 931592825,
            "stop": 931592827
        },
        {
            "start": 931592832,
            "stop": 931592849
        },
        {
            "start": 931592852,
            "stop": 931592854
        },
        {
            "start": 931592857,
            "stop": 931592865
        },
        {
            "start": 931592869,
            "stop": 931592870
        },
        {
            "start": 931592875,
            "stop": 931592879
        },
        {
            "start": 931592881,
            "stop": 931592885
        },
        {
            "start": 931592890,
            "stop": 931592898
        },
        {
            "start": 931592901,
            "stop": 931592911
        },
        {
            "start": 931592914,
            "stop": 931592917
        }
    ]
}