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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=985",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 986,
    "results": [
        {
            "start": 872562022,
            "stop": 872562322
        },
        {
            "start": 872562499,
            "stop": 872562679
        },
        {
            "start": 872563341,
            "stop": 872563401
        },
        {
            "start": 872563613,
            "stop": 872563793
        },
        {
            "start": 872570466,
            "stop": 872571726
        },
        {
            "start": 872571882,
            "stop": 872572002
        },
        {
            "start": 872572176,
            "stop": 872572656
        },
        {
            "start": 872572832,
            "stop": 872574152
        },
        {
            "start": 872574514,
            "stop": 872574694
        },
        {
            "start": 872574784,
            "stop": 872575144
        },
        {
            "start": 872576578,
            "stop": 872577358
        },
        {
            "start": 872577514,
            "stop": 872578714
        },
        {
            "start": 872578888,
            "stop": 872580628
        },
        {
            "start": 872583015,
            "stop": 872583195
        },
        {
            "start": 872584947,
            "stop": 872586447
        },
        {
            "start": 872586594,
            "stop": 872586654
        },
        {
            "start": 872589816,
            "stop": 872589936
        },
        {
            "start": 872590440,
            "stop": 872590980
        },
        {
            "start": 872591495,
            "stop": 872591915
        },
        {
            "start": 872592311,
            "stop": 872592491
        }
    ]
}