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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=74",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 75,
    "results": [
        {
            "start": 826960327,
            "stop": 826966027
        },
        {
            "start": 826968174,
            "stop": 826992290
        },
        {
            "start": 827025204,
            "stop": 827031852
        },
        {
            "start": 827032175,
            "stop": 827032379
        },
        {
            "start": 827032387,
            "stop": 827041464
        },
        {
            "start": 827043925,
            "stop": 827071529
        },
        {
            "start": 827071684,
            "stop": 827075291
        },
        {
            "start": 827075436,
            "stop": 827082813
        },
        {
            "start": 827082839,
            "stop": 827082845
        },
        {
            "start": 827082864,
            "stop": 827082865
        },
        {
            "start": 827086885,
            "stop": 827089345
        },
        {
            "start": 827089403,
            "stop": 827089512
        },
        {
            "start": 827089518,
            "stop": 827090661
        },
        {
            "start": 827092406,
            "stop": 827093009
        },
        {
            "start": 827094659,
            "stop": 827101413
        },
        {
            "start": 827101421,
            "stop": 827161513
        },
        {
            "start": 827164157,
            "stop": 827175154
        },
        {
            "start": 827178045,
            "stop": 827237187
        },
        {
            "start": 827239912,
            "stop": 827250795
        },
        {
            "start": 827250962,
            "stop": 827251168
        }
    ]
}