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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8886",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8884",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8885,
    "results": [
        {
            "start": 875113560,
            "stop": 875114068
        },
        {
            "start": 875114075,
            "stop": 875114805
        },
        {
            "start": 875114822,
            "stop": 875115028
        },
        {
            "start": 875115045,
            "stop": 875115147
        },
        {
            "start": 875115164,
            "stop": 875115415
        },
        {
            "start": 875115535,
            "stop": 875115732
        },
        {
            "start": 875115852,
            "stop": 875116057
        },
        {
            "start": 875116211,
            "stop": 875116582
        },
        {
            "start": 875116589,
            "stop": 875116680
        },
        {
            "start": 875116740,
            "stop": 875118360
        },
        {
            "start": 875118540,
            "stop": 875118900
        },
        {
            "start": 875119020,
            "stop": 875119080
        },
        {
            "start": 875119556,
            "stop": 875119924
        },
        {
            "start": 875119931,
            "stop": 875120189
        },
        {
            "start": 875120309,
            "stop": 875121060
        },
        {
            "start": 875121120,
            "stop": 875121240
        },
        {
            "start": 875121321,
            "stop": 875122283
        },
        {
            "start": 875122403,
            "stop": 875122632
        },
        {
            "start": 875122649,
            "stop": 875124060
        },
        {
            "start": 875124120,
            "stop": 875124142
        }
    ]
}