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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3211",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3212,
    "results": [
        {
            "start": 871313121,
            "stop": 871313134
        },
        {
            "start": 871313138,
            "stop": 871313880
        },
        {
            "start": 871313940,
            "stop": 871315500
        },
        {
            "start": 871315560,
            "stop": 871315740
        },
        {
            "start": 871315800,
            "stop": 871315980
        },
        {
            "start": 871316040,
            "stop": 871316744
        },
        {
            "start": 871316925,
            "stop": 871317900
        },
        {
            "start": 871317960,
            "stop": 871318800
        },
        {
            "start": 871318920,
            "stop": 871319550
        },
        {
            "start": 871319610,
            "stop": 871320300
        },
        {
            "start": 871320360,
            "stop": 871320540
        },
        {
            "start": 871320600,
            "stop": 871320630
        },
        {
            "start": 871320690,
            "stop": 871321862
        },
        {
            "start": 871321873,
            "stop": 871321875
        },
        {
            "start": 871321880,
            "stop": 871322635
        },
        {
            "start": 871322640,
            "stop": 871322880
        },
        {
            "start": 871322940,
            "stop": 871324376
        },
        {
            "start": 871324379,
            "stop": 871324385
        },
        {
            "start": 871324389,
            "stop": 871325891
        },
        {
            "start": 871325899,
            "stop": 871325940
        }
    ]
}