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=2172
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=2173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2171",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2172,
    "results": [
        {
            "start": 870459060,
            "stop": 870465325
        },
        {
            "start": 870465330,
            "stop": 870465352
        },
        {
            "start": 870465358,
            "stop": 870467123
        },
        {
            "start": 870468356,
            "stop": 870468482
        },
        {
            "start": 870468782,
            "stop": 870469007
        },
        {
            "start": 870469015,
            "stop": 870477342
        },
        {
            "start": 870477348,
            "stop": 870477360
        },
        {
            "start": 870477368,
            "stop": 870480572
        },
        {
            "start": 870480578,
            "stop": 870481099
        },
        {
            "start": 870481101,
            "stop": 870500522
        },
        {
            "start": 870500528,
            "stop": 870521525
        },
        {
            "start": 870521727,
            "stop": 870526425
        },
        {
            "start": 870526430,
            "stop": 870526856
        },
        {
            "start": 870527207,
            "stop": 870529020
        },
        {
            "start": 870529028,
            "stop": 870529057
        },
        {
            "start": 870529063,
            "stop": 870534015
        },
        {
            "start": 870549889,
            "stop": 870553075
        },
        {
            "start": 870553078,
            "stop": 870556845
        },
        {
            "start": 870556850,
            "stop": 870556865
        },
        {
            "start": 870556870,
            "stop": 870557104
        }
    ]
}