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=3224
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=3225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3223",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3224,
    "results": [
        {
            "start": 871759954,
            "stop": 871761642
        },
        {
            "start": 871761648,
            "stop": 871763645
        },
        {
            "start": 871763648,
            "stop": 871764100
        },
        {
            "start": 871764108,
            "stop": 871764120
        },
        {
            "start": 871764125,
            "stop": 871764420
        },
        {
            "start": 871764480,
            "stop": 871764720
        },
        {
            "start": 871764780,
            "stop": 871765349
        },
        {
            "start": 871766991,
            "stop": 871767060
        },
        {
            "start": 871767120,
            "stop": 871767713
        },
        {
            "start": 871767716,
            "stop": 871767720
        },
        {
            "start": 871767780,
            "stop": 871775820
        },
        {
            "start": 871775940,
            "stop": 871776004
        },
        {
            "start": 871776007,
            "stop": 871780500
        },
        {
            "start": 871780560,
            "stop": 871780680
        },
        {
            "start": 871780740,
            "stop": 871784871
        },
        {
            "start": 871784874,
            "stop": 871788960
        },
        {
            "start": 871789020,
            "stop": 871791540
        },
        {
            "start": 871791660,
            "stop": 871796400
        },
        {
            "start": 871796460,
            "stop": 871799100
        },
        {
            "start": 871799160,
            "stop": 871803290
        }
    ]
}