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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=173",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 174,
    "results": [
        {
            "start": 1258688963,
            "stop": 1258692826
        },
        {
            "start": 1258692829,
            "stop": 1258695068
        },
        {
            "start": 1258695071,
            "stop": 1258695085
        },
        {
            "start": 1258695093,
            "stop": 1258697226
        },
        {
            "start": 1258697229,
            "stop": 1258697290
        },
        {
            "start": 1258697291,
            "stop": 1258699116
        },
        {
            "start": 1258699118,
            "stop": 1258700963
        },
        {
            "start": 1258700966,
            "stop": 1258701557
        },
        {
            "start": 1258701560,
            "stop": 1258707548
        },
        {
            "start": 1258707551,
            "stop": 1258709109
        },
        {
            "start": 1258709117,
            "stop": 1258709922
        },
        {
            "start": 1258709925,
            "stop": 1258711093
        },
        {
            "start": 1258711101,
            "stop": 1258711144
        },
        {
            "start": 1258711147,
            "stop": 1258714116
        },
        {
            "start": 1258714119,
            "stop": 1258715348
        },
        {
            "start": 1258715351,
            "stop": 1258716552
        },
        {
            "start": 1258716555,
            "stop": 1258718448
        },
        {
            "start": 1258718451,
            "stop": 1258719763
        },
        {
            "start": 1258719766,
            "stop": 1258721114
        },
        {
            "start": 1258721117,
            "stop": 1258722438
        }
    ]
}