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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7283",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7284,
    "results": [
        {
            "start": 875034523,
            "stop": 875034677
        },
        {
            "start": 875034678,
            "stop": 875034680
        },
        {
            "start": 875034681,
            "stop": 875034711
        },
        {
            "start": 875034712,
            "stop": 875034717
        },
        {
            "start": 875034718,
            "stop": 875034885
        },
        {
            "start": 875034886,
            "stop": 875035025
        },
        {
            "start": 875035027,
            "stop": 875035921
        },
        {
            "start": 875035922,
            "stop": 875036399
        },
        {
            "start": 875036400,
            "stop": 875036404
        },
        {
            "start": 875036405,
            "stop": 875036601
        },
        {
            "start": 875036603,
            "stop": 875036794
        },
        {
            "start": 875036795,
            "stop": 875036797
        },
        {
            "start": 875036798,
            "stop": 875037000
        },
        {
            "start": 875037001,
            "stop": 875037391
        },
        {
            "start": 875037392,
            "stop": 875037633
        },
        {
            "start": 875037634,
            "stop": 875037887
        },
        {
            "start": 875037888,
            "stop": 875037975
        },
        {
            "start": 875037976,
            "stop": 875038192
        },
        {
            "start": 875038193,
            "stop": 875038242
        },
        {
            "start": 875038243,
            "stop": 875038284
        }
    ]
}