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=621
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=622",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=620",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 621,
    "results": [
        {
            "start": 1263092987,
            "stop": 1263093705
        },
        {
            "start": 1263093708,
            "stop": 1263094044
        },
        {
            "start": 1263094047,
            "stop": 1263094457
        },
        {
            "start": 1263094460,
            "stop": 1263094688
        },
        {
            "start": 1263094691,
            "stop": 1263100933
        },
        {
            "start": 1263100936,
            "stop": 1263103666
        },
        {
            "start": 1263103669,
            "stop": 1263107904
        },
        {
            "start": 1263107907,
            "stop": 1263110661
        },
        {
            "start": 1263110664,
            "stop": 1263115485
        },
        {
            "start": 1263115493,
            "stop": 1263116614
        },
        {
            "start": 1263116617,
            "stop": 1263117890
        },
        {
            "start": 1263117898,
            "stop": 1263119871
        },
        {
            "start": 1263119874,
            "stop": 1263122395
        },
        {
            "start": 1263122403,
            "stop": 1263123332
        },
        {
            "start": 1263123335,
            "stop": 1263125455
        },
        {
            "start": 1263125458,
            "stop": 1263126001
        },
        {
            "start": 1263126004,
            "stop": 1263128017
        },
        {
            "start": 1263128025,
            "stop": 1263128582
        },
        {
            "start": 1263128585,
            "stop": 1263130071
        },
        {
            "start": 1263130074,
            "stop": 1263130114
        }
    ]
}