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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=40",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 41,
    "results": [
        {
            "start": 816157501,
            "stop": 816157841
        },
        {
            "start": 816157848,
            "stop": 816158026
        },
        {
            "start": 816158034,
            "stop": 816158054
        },
        {
            "start": 816158062,
            "stop": 816158087
        },
        {
            "start": 816158094,
            "stop": 816158563
        },
        {
            "start": 816158570,
            "stop": 816159101
        },
        {
            "start": 816159108,
            "stop": 816159166
        },
        {
            "start": 816159174,
            "stop": 816159287
        },
        {
            "start": 816159294,
            "stop": 816159380
        },
        {
            "start": 816159387,
            "stop": 816159595
        },
        {
            "start": 816159603,
            "stop": 816159713
        },
        {
            "start": 816159721,
            "stop": 816159866
        },
        {
            "start": 816159873,
            "stop": 816160117
        },
        {
            "start": 816160125,
            "stop": 816160192
        },
        {
            "start": 816160199,
            "stop": 816160764
        },
        {
            "start": 816160771,
            "stop": 816161084
        },
        {
            "start": 816161091,
            "stop": 816161165
        },
        {
            "start": 816161172,
            "stop": 816161181
        },
        {
            "start": 816161188,
            "stop": 816161306
        },
        {
            "start": 816161313,
            "stop": 816161332
        }
    ]
}