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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=753",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=751",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 752,
    "results": [
        {
            "start": 1268448942,
            "stop": 1268453144
        },
        {
            "start": 1268453147,
            "stop": 1268456662
        },
        {
            "start": 1268456758,
            "stop": 1268458150
        },
        {
            "start": 1268458152,
            "stop": 1268459229
        },
        {
            "start": 1268459232,
            "stop": 1268459797
        },
        {
            "start": 1268459800,
            "stop": 1268460420
        },
        {
            "start": 1268473200,
            "stop": 1268474517
        },
        {
            "start": 1268474520,
            "stop": 1268479648
        },
        {
            "start": 1268479651,
            "stop": 1268482380
        },
        {
            "start": 1268487096,
            "stop": 1268488311
        },
        {
            "start": 1268488315,
            "stop": 1268490335
        },
        {
            "start": 1268514076,
            "stop": 1268515135
        },
        {
            "start": 1268525568,
            "stop": 1268525874
        },
        {
            "start": 1268525877,
            "stop": 1268532536
        },
        {
            "start": 1268532539,
            "stop": 1268533459
        },
        {
            "start": 1268533462,
            "stop": 1268533518
        },
        {
            "start": 1268533558,
            "stop": 1268535427
        },
        {
            "start": 1268535430,
            "stop": 1268535943
        },
        {
            "start": 1268535945,
            "stop": 1268541426
        },
        {
            "start": 1268541429,
            "stop": 1268543606
        }
    ]
}