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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=445",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=443",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 444,
    "results": [
        {
            "start": 945483736,
            "stop": 945483744
        },
        {
            "start": 945483750,
            "stop": 945483768
        },
        {
            "start": 945489587,
            "stop": 945490743
        },
        {
            "start": 945490745,
            "stop": 945490863
        },
        {
            "start": 945490867,
            "stop": 945490870
        },
        {
            "start": 945490872,
            "stop": 945490893
        },
        {
            "start": 945490896,
            "stop": 945490914
        },
        {
            "start": 945490916,
            "stop": 945490919
        },
        {
            "start": 945490920,
            "stop": 945490960
        },
        {
            "start": 945490962,
            "stop": 945490967
        },
        {
            "start": 945490969,
            "stop": 945491010
        },
        {
            "start": 945491013,
            "stop": 945491017
        },
        {
            "start": 945491019,
            "stop": 945491028
        },
        {
            "start": 945496563,
            "stop": 945497713
        },
        {
            "start": 945497714,
            "stop": 945497988
        },
        {
            "start": 945498591,
            "stop": 945508959
        },
        {
            "start": 945514448,
            "stop": 945527105
        },
        {
            "start": 945583284,
            "stop": 945589159
        },
        {
            "start": 945594394,
            "stop": 945613679
        },
        {
            "start": 945626617,
            "stop": 945627013
        }
    ]
}