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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=45",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 46,
    "results": [
        {
            "start": 821237572,
            "stop": 821237578
        },
        {
            "start": 821237581,
            "stop": 821237949
        },
        {
            "start": 821237952,
            "stop": 821238249
        },
        {
            "start": 821238252,
            "stop": 821238325
        },
        {
            "start": 821238328,
            "stop": 821238457
        },
        {
            "start": 821238460,
            "stop": 821238607
        },
        {
            "start": 821238610,
            "stop": 821238935
        },
        {
            "start": 821238938,
            "stop": 821239003
        },
        {
            "start": 821239006,
            "stop": 821239045
        },
        {
            "start": 821239048,
            "stop": 821239053
        },
        {
            "start": 821239056,
            "stop": 821239142
        },
        {
            "start": 821239145,
            "stop": 821239245
        },
        {
            "start": 821239248,
            "stop": 821239277
        },
        {
            "start": 821239280,
            "stop": 821239325
        },
        {
            "start": 821239328,
            "stop": 821239362
        },
        {
            "start": 821239365,
            "stop": 821239461
        },
        {
            "start": 821239464,
            "stop": 821239468
        },
        {
            "start": 821239471,
            "stop": 821239555
        },
        {
            "start": 821239558,
            "stop": 821239645
        },
        {
            "start": 821239648,
            "stop": 821239673
        }
    ]
}