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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=65",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 66,
    "results": [
        {
            "start": 821802870,
            "stop": 821803327
        },
        {
            "start": 821803332,
            "stop": 821803390
        },
        {
            "start": 821803400,
            "stop": 821803419
        },
        {
            "start": 821803422,
            "stop": 821803692
        },
        {
            "start": 821803720,
            "stop": 821806000
        },
        {
            "start": 821806004,
            "stop": 821807595
        },
        {
            "start": 821807608,
            "stop": 821807634
        },
        {
            "start": 821807638,
            "stop": 821807649
        },
        {
            "start": 821807652,
            "stop": 821807672
        },
        {
            "start": 821807677,
            "stop": 821807718
        },
        {
            "start": 821807727,
            "stop": 821807747
        },
        {
            "start": 821807751,
            "stop": 821808596
        },
        {
            "start": 821808600,
            "stop": 821809111
        },
        {
            "start": 821809119,
            "stop": 821809140
        },
        {
            "start": 821809148,
            "stop": 821809174
        },
        {
            "start": 821809182,
            "stop": 821809202
        },
        {
            "start": 821809206,
            "stop": 821809212
        },
        {
            "start": 821809216,
            "stop": 821809221
        },
        {
            "start": 821809225,
            "stop": 821810200
        },
        {
            "start": 821810204,
            "stop": 821810224
        }
    ]
}