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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=62",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 63,
    "results": [
        {
            "start": 821238328,
            "stop": 821238457
        },
        {
            "start": 821238460,
            "stop": 821238607
        },
        {
            "start": 821238610,
            "stop": 821238935
        },
        {
            "start": 821238938,
            "stop": 821239003
        },
        {
            "start": 821239006,
            "stop": 821239045
        },
        {
            "start": 821239048,
            "stop": 821239053
        },
        {
            "start": 821239056,
            "stop": 821239142
        },
        {
            "start": 821239145,
            "stop": 821239234
        },
        {
            "start": 821239676,
            "stop": 821239706
        },
        {
            "start": 821239709,
            "stop": 821239842
        },
        {
            "start": 821239845,
            "stop": 821240176
        },
        {
            "start": 821240179,
            "stop": 821240252
        },
        {
            "start": 821240255,
            "stop": 821240305
        },
        {
            "start": 821240309,
            "stop": 821240411
        },
        {
            "start": 821240414,
            "stop": 821240461
        },
        {
            "start": 821240508,
            "stop": 821240531
        },
        {
            "start": 821240534,
            "stop": 821240553
        },
        {
            "start": 821240556,
            "stop": 821240637
        },
        {
            "start": 821240640,
            "stop": 821240680
        },
        {
            "start": 821240683,
            "stop": 821240713
        }
    ]
}