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=52
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=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=51",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 52,
    "results": [
        {
            "start": 817569387,
            "stop": 817569432
        },
        {
            "start": 817570188,
            "stop": 817570505
        },
        {
            "start": 817570508,
            "stop": 817570591
        },
        {
            "start": 817573361,
            "stop": 817573950
        },
        {
            "start": 817573953,
            "stop": 817574580
        },
        {
            "start": 817574640,
            "stop": 817575001
        },
        {
            "start": 817575095,
            "stop": 817577233
        },
        {
            "start": 817577363,
            "stop": 817577579
        },
        {
            "start": 817577663,
            "stop": 817578600
        },
        {
            "start": 817578720,
            "stop": 817578900
        },
        {
            "start": 817578960,
            "stop": 817579560
        },
        {
            "start": 817579620,
            "stop": 817579800
        },
        {
            "start": 817579860,
            "stop": 817580580
        },
        {
            "start": 817580760,
            "stop": 817582740
        },
        {
            "start": 817582920,
            "stop": 817583400
        },
        {
            "start": 817583460,
            "stop": 817584960
        },
        {
            "start": 817585020,
            "stop": 817586803
        },
        {
            "start": 817586984,
            "stop": 817587283
        },
        {
            "start": 817587464,
            "stop": 817587900
        },
        {
            "start": 817588020,
            "stop": 817588380
        }
    ]
}