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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=10",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 11,
    "results": [
        {
            "start": 815797497,
            "stop": 815798533
        },
        {
            "start": 815804799,
            "stop": 815805180
        },
        {
            "start": 815805240,
            "stop": 815805564
        },
        {
            "start": 815805592,
            "stop": 815805673
        },
        {
            "start": 815805725,
            "stop": 815805728
        },
        {
            "start": 815813402,
            "stop": 815813653
        },
        {
            "start": 815813660,
            "stop": 815813675
        },
        {
            "start": 815813683,
            "stop": 815813767
        },
        {
            "start": 815813774,
            "stop": 815813807
        },
        {
            "start": 815813814,
            "stop": 815813817
        },
        {
            "start": 815813824,
            "stop": 815813832
        },
        {
            "start": 815813845,
            "stop": 815813882
        },
        {
            "start": 815813895,
            "stop": 815814031
        },
        {
            "start": 815814038,
            "stop": 815814249
        },
        {
            "start": 815814257,
            "stop": 815817633
        },
        {
            "start": 815817640,
            "stop": 815817718
        },
        {
            "start": 815817719,
            "stop": 815818366
        },
        {
            "start": 815818373,
            "stop": 815818443
        },
        {
            "start": 815818450,
            "stop": 815818734
        },
        {
            "start": 815818749,
            "stop": 815818915
        }
    ]
}