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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5224",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5225,
    "results": [
        {
            "start": 875137419,
            "stop": 875137702
        },
        {
            "start": 875137709,
            "stop": 875137736
        },
        {
            "start": 875137751,
            "stop": 875137777
        },
        {
            "start": 875137789,
            "stop": 875137806
        },
        {
            "start": 875137813,
            "stop": 875137823
        },
        {
            "start": 875137830,
            "stop": 875137847
        },
        {
            "start": 875137854,
            "stop": 875137965
        },
        {
            "start": 875137972,
            "stop": 875138032
        },
        {
            "start": 875138043,
            "stop": 875138048
        },
        {
            "start": 875138056,
            "stop": 875138064
        },
        {
            "start": 875138071,
            "stop": 875138099
        },
        {
            "start": 875138107,
            "stop": 875138154
        },
        {
            "start": 875138162,
            "stop": 875138192
        },
        {
            "start": 875138202,
            "stop": 875138207
        },
        {
            "start": 875138215,
            "stop": 875138235
        },
        {
            "start": 875138246,
            "stop": 875138265
        },
        {
            "start": 875138275,
            "stop": 875138276
        },
        {
            "start": 875138283,
            "stop": 875138322
        },
        {
            "start": 875138329,
            "stop": 875138332
        },
        {
            "start": 875138339,
            "stop": 875138343
        }
    ]
}