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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=17",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 18,
    "results": [
        {
            "start": 815321243,
            "stop": 815321656
        },
        {
            "start": 815321673,
            "stop": 815321820
        },
        {
            "start": 815321823,
            "stop": 815322621
        },
        {
            "start": 815322638,
            "stop": 815322765
        },
        {
            "start": 815322784,
            "stop": 815322960
        },
        {
            "start": 815322963,
            "stop": 815323410
        },
        {
            "start": 815323413,
            "stop": 815323457
        },
        {
            "start": 815323460,
            "stop": 815323754
        },
        {
            "start": 815323757,
            "stop": 815323817
        },
        {
            "start": 815323820,
            "stop": 815323906
        },
        {
            "start": 815323923,
            "stop": 815324815
        },
        {
            "start": 815324819,
            "stop": 815324985
        },
        {
            "start": 815324988,
            "stop": 815325371
        },
        {
            "start": 815325374,
            "stop": 815325415
        },
        {
            "start": 815325419,
            "stop": 815325687
        },
        {
            "start": 815325704,
            "stop": 815325785
        },
        {
            "start": 815325788,
            "stop": 815326007
        },
        {
            "start": 815326011,
            "stop": 815326941
        },
        {
            "start": 815326945,
            "stop": 815327403
        },
        {
            "start": 815327420,
            "stop": 815327767
        }
    ]
}