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
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=2",
    "previous": null,
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 1,
    "results": [
        {
            "start": 1256663443,
            "stop": 1256663465
        },
        {
            "start": 1256663468,
            "stop": 1256663997
        },
        {
            "start": 1256663999,
            "stop": 1256664014
        },
        {
            "start": 1256664016,
            "stop": 1256664026
        },
        {
            "start": 1256664027,
            "stop": 1256664028
        },
        {
            "start": 1256664034,
            "stop": 1256664036
        },
        {
            "start": 1256664037,
            "stop": 1256664038
        },
        {
            "start": 1256664042,
            "stop": 1256664719
        },
        {
            "start": 1256664722,
            "stop": 1256665040
        },
        {
            "start": 1256665043,
            "stop": 1256665580
        },
        {
            "start": 1256665581,
            "stop": 1256665586
        },
        {
            "start": 1256665588,
            "stop": 1256665593
        },
        {
            "start": 1256665595,
            "stop": 1256665623
        },
        {
            "start": 1256665624,
            "stop": 1256665644
        },
        {
            "start": 1256665645,
            "stop": 1256665667
        },
        {
            "start": 1256665673,
            "stop": 1256665753
        },
        {
            "start": 1256665754,
            "stop": 1256665794
        },
        {
            "start": 1256665795,
            "stop": 1256665869
        },
        {
            "start": 1256665870,
            "stop": 1256665961
        },
        {
            "start": 1256665964,
            "stop": 1256666602
        }
    ]
}