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=741
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=742",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=740",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 741,
    "results": [
        {
            "start": 1267942161,
            "stop": 1267953884
        },
        {
            "start": 1267953887,
            "stop": 1267956408
        },
        {
            "start": 1267956411,
            "stop": 1267958110
        },
        {
            "start": 1267958113,
            "stop": 1267958360
        },
        {
            "start": 1267958363,
            "stop": 1267961627
        },
        {
            "start": 1267961629,
            "stop": 1267962153
        },
        {
            "start": 1267962156,
            "stop": 1267966544
        },
        {
            "start": 1267966547,
            "stop": 1267969117
        },
        {
            "start": 1267969120,
            "stop": 1267972321
        },
        {
            "start": 1267972324,
            "stop": 1267974980
        },
        {
            "start": 1267974983,
            "stop": 1267975997
        },
        {
            "start": 1267975999,
            "stop": 1267976599
        },
        {
            "start": 1267976602,
            "stop": 1267976689
        },
        {
            "start": 1267982915,
            "stop": 1267982947
        },
        {
            "start": 1267982948,
            "stop": 1267982995
        },
        {
            "start": 1267982997,
            "stop": 1267983529
        },
        {
            "start": 1267983532,
            "stop": 1267983815
        },
        {
            "start": 1267983818,
            "stop": 1267984297
        },
        {
            "start": 1267987350,
            "stop": 1267988001
        },
        {
            "start": 1267988004,
            "stop": 1267988620
        }
    ]
}