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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=41",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 42,
    "results": [
        {
            "start": 944247204,
            "stop": 944250756
        },
        {
            "start": 944252326,
            "stop": 944258058
        },
        {
            "start": 944259448,
            "stop": 944261878
        },
        {
            "start": 944262095,
            "stop": 944267621
        },
        {
            "start": 944270686,
            "stop": 944280083
        },
        {
            "start": 944284485,
            "stop": 944312402
        },
        {
            "start": 944315841,
            "stop": 944319920
        },
        {
            "start": 944320760,
            "stop": 944321442
        },
        {
            "start": 944376755,
            "stop": 944377997
        },
        {
            "start": 944382082,
            "stop": 944390297
        },
        {
            "start": 944390585,
            "stop": 944404916
        },
        {
            "start": 944406525,
            "stop": 944407236
        },
        {
            "start": 944423312,
            "stop": 944423649
        },
        {
            "start": 944429514,
            "stop": 944430327
        },
        {
            "start": 944435229,
            "stop": 944436989
        },
        {
            "start": 944438232,
            "stop": 944442533
        },
        {
            "start": 944443677,
            "stop": 944447959
        },
        {
            "start": 944454060,
            "stop": 944456103
        },
        {
            "start": 944456837,
            "stop": 944465163
        },
        {
            "start": 944468039,
            "stop": 944474788
        }
    ]
}