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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=42",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 43,
    "results": [
        {
            "start": 931346514,
            "stop": 931346694
        },
        {
            "start": 931346700,
            "stop": 931346753
        },
        {
            "start": 931346758,
            "stop": 931346812
        },
        {
            "start": 931346824,
            "stop": 931346916
        },
        {
            "start": 931346922,
            "stop": 931347033
        },
        {
            "start": 931347039,
            "stop": 931347083
        },
        {
            "start": 931347089,
            "stop": 931347118
        },
        {
            "start": 931347124,
            "stop": 931347146
        },
        {
            "start": 931347152,
            "stop": 931347313
        },
        {
            "start": 931347319,
            "stop": 931347475
        },
        {
            "start": 931347481,
            "stop": 931347730
        },
        {
            "start": 931347736,
            "stop": 931347762
        },
        {
            "start": 931347775,
            "stop": 931347785
        },
        {
            "start": 931347791,
            "stop": 931347807
        },
        {
            "start": 931347813,
            "stop": 931347844
        },
        {
            "start": 931347850,
            "stop": 931347959
        },
        {
            "start": 931347968,
            "stop": 931348013
        },
        {
            "start": 931348019,
            "stop": 931348040
        },
        {
            "start": 931348058,
            "stop": 931348074
        },
        {
            "start": 931348085,
            "stop": 931348093
        }
    ]
}