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=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=195",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 196,
    "results": [
        {
            "start": 1258973784,
            "stop": 1258973796
        },
        {
            "start": 1258973797,
            "stop": 1258973878
        },
        {
            "start": 1258973879,
            "stop": 1258974299
        },
        {
            "start": 1258974302,
            "stop": 1258974498
        },
        {
            "start": 1258974506,
            "stop": 1258975682
        },
        {
            "start": 1258975683,
            "stop": 1258977651
        },
        {
            "start": 1258977652,
            "stop": 1258977654
        },
        {
            "start": 1258977655,
            "stop": 1258978260
        },
        {
            "start": 1258978268,
            "stop": 1258978613
        },
        {
            "start": 1258978615,
            "stop": 1258980070
        },
        {
            "start": 1258980072,
            "stop": 1258981200
        },
        {
            "start": 1258981202,
            "stop": 1258982688
        },
        {
            "start": 1258982696,
            "stop": 1258985869
        },
        {
            "start": 1258985870,
            "stop": 1258986572
        },
        {
            "start": 1258986581,
            "stop": 1258987160
        },
        {
            "start": 1258987163,
            "stop": 1258988860
        },
        {
            "start": 1258988863,
            "stop": 1258989594
        },
        {
            "start": 1258989597,
            "stop": 1258991175
        },
        {
            "start": 1258991178,
            "stop": 1258993492
        },
        {
            "start": 1258993495,
            "stop": 1258994476
        }
    ]
}