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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=51",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 52,
    "results": [
        {
            "start": 946931167,
            "stop": 946931268
        },
        {
            "start": 946933903,
            "stop": 946934298
        },
        {
            "start": 946939911,
            "stop": 946940073
        },
        {
            "start": 946941137,
            "stop": 946941991
        },
        {
            "start": 946949672,
            "stop": 946962951
        },
        {
            "start": 946966021,
            "stop": 946994768
        },
        {
            "start": 946995332,
            "stop": 946996100
        },
        {
            "start": 946997515,
            "stop": 946997857
        },
        {
            "start": 947000296,
            "stop": 947001760
        },
        {
            "start": 947004009,
            "stop": 947008262
        },
        {
            "start": 947011403,
            "stop": 947012333
        },
        {
            "start": 947014516,
            "stop": 947016593
        },
        {
            "start": 947023785,
            "stop": 947026978
        },
        {
            "start": 947027708,
            "stop": 947045821
        },
        {
            "start": 947054345,
            "stop": 947059714
        },
        {
            "start": 947062268,
            "stop": 947072479
        },
        {
            "start": 947073606,
            "stop": 947073721
        },
        {
            "start": 947074093,
            "stop": 947093002
        },
        {
            "start": 947096822,
            "stop": 947100283
        },
        {
            "start": 947103357,
            "stop": 947109214
        }
    ]
}