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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8833",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8831",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8832,
    "results": [
        {
            "start": 874403820,
            "stop": 874405064
        },
        {
            "start": 874405081,
            "stop": 874405124
        },
        {
            "start": 874405141,
            "stop": 874405175
        },
        {
            "start": 874405192,
            "stop": 874405795
        },
        {
            "start": 874405812,
            "stop": 874407702
        },
        {
            "start": 874407719,
            "stop": 874412640
        },
        {
            "start": 874412770,
            "stop": 874414124
        },
        {
            "start": 874414305,
            "stop": 874414980
        },
        {
            "start": 874415040,
            "stop": 874415150
        },
        {
            "start": 874415230,
            "stop": 874416360
        },
        {
            "start": 874416420,
            "stop": 874419950
        },
        {
            "start": 874420030,
            "stop": 874421220
        },
        {
            "start": 874421280,
            "stop": 874421486
        },
        {
            "start": 874421606,
            "stop": 874422570
        },
        {
            "start": 874422690,
            "stop": 874424358
        },
        {
            "start": 874424495,
            "stop": 874424642
        },
        {
            "start": 874424679,
            "stop": 874426970
        },
        {
            "start": 874427110,
            "stop": 874427430
        },
        {
            "start": 874427550,
            "stop": 874428113
        },
        {
            "start": 874428180,
            "stop": 874428300
        }
    ]
}