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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=51",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 52,
    "results": [
        {
            "start": 1171048389,
            "stop": 1171057505
        },
        {
            "start": 1171057512,
            "stop": 1171060299
        },
        {
            "start": 1171060303,
            "stop": 1171063540
        },
        {
            "start": 1171063543,
            "stop": 1171063734
        },
        {
            "start": 1171063737,
            "stop": 1171075440
        },
        {
            "start": 1171075444,
            "stop": 1171080478
        },
        {
            "start": 1171080482,
            "stop": 1171094595
        },
        {
            "start": 1171094599,
            "stop": 1171103004
        },
        {
            "start": 1171103476,
            "stop": 1171117044
        },
        {
            "start": 1171117048,
            "stop": 1171123686
        },
        {
            "start": 1171162567,
            "stop": 1171163858
        },
        {
            "start": 1171164076,
            "stop": 1171181647
        },
        {
            "start": 1171181650,
            "stop": 1171186548
        },
        {
            "start": 1171190676,
            "stop": 1171194350
        },
        {
            "start": 1171194353,
            "stop": 1171211989
        },
        {
            "start": 1171211992,
            "stop": 1171212141
        },
        {
            "start": 1171212145,
            "stop": 1171217094
        },
        {
            "start": 1171219208,
            "stop": 1171229577
        },
        {
            "start": 1171229580,
            "stop": 1171229824
        },
        {
            "start": 1171229827,
            "stop": 1171234333
        }
    ]
}