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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2133",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2134,
    "results": [
        {
            "start": 867076013,
            "stop": 867076020
        },
        {
            "start": 867076080,
            "stop": 867076107
        },
        {
            "start": 867076115,
            "stop": 867078144
        },
        {
            "start": 867078254,
            "stop": 867079634
        },
        {
            "start": 867079636,
            "stop": 867081381
        },
        {
            "start": 867081681,
            "stop": 867081734
        },
        {
            "start": 867082034,
            "stop": 867082464
        },
        {
            "start": 867084495,
            "stop": 867084709
        },
        {
            "start": 867085009,
            "stop": 867087180
        },
        {
            "start": 867087245,
            "stop": 867087260
        },
        {
            "start": 867087270,
            "stop": 867089487
        },
        {
            "start": 867089787,
            "stop": 867091312
        },
        {
            "start": 867108964,
            "stop": 867109607
        },
        {
            "start": 867110116,
            "stop": 867110529
        },
        {
            "start": 867110639,
            "stop": 867110698
        },
        {
            "start": 867110998,
            "stop": 867111260
        },
        {
            "start": 867111370,
            "stop": 867111455
        },
        {
            "start": 867111755,
            "stop": 867120021
        },
        {
            "start": 867120131,
            "stop": 867120488
        },
        {
            "start": 867123116,
            "stop": 867143117
        }
    ]
}