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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=69",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 70,
    "results": [
        {
            "start": 825722407,
            "stop": 825724028
        },
        {
            "start": 825724035,
            "stop": 825739631
        },
        {
            "start": 825750502,
            "stop": 825764379
        },
        {
            "start": 825766094,
            "stop": 825770429
        },
        {
            "start": 825772269,
            "stop": 825780699
        },
        {
            "start": 825780713,
            "stop": 825782408
        },
        {
            "start": 825821123,
            "stop": 825822818
        },
        {
            "start": 825824272,
            "stop": 825824669
        },
        {
            "start": 825824783,
            "stop": 825869169
        },
        {
            "start": 825869176,
            "stop": 825869737
        },
        {
            "start": 825869745,
            "stop": 825873710
        },
        {
            "start": 825873718,
            "stop": 825873719
        },
        {
            "start": 825873727,
            "stop": 825873740
        },
        {
            "start": 825873748,
            "stop": 825873749
        },
        {
            "start": 825873759,
            "stop": 825873764
        },
        {
            "start": 825877604,
            "stop": 825880424
        },
        {
            "start": 825880432,
            "stop": 825880598
        },
        {
            "start": 825882309,
            "stop": 825889618
        },
        {
            "start": 825895472,
            "stop": 825904591
        },
        {
            "start": 825905793,
            "stop": 825910631
        }
    ]
}