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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=58",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 59,
    "results": [
        {
            "start": 826816794,
            "stop": 826850015
        },
        {
            "start": 826850328,
            "stop": 826852628
        },
        {
            "start": 826859116,
            "stop": 826920660
        },
        {
            "start": 826928086,
            "stop": 826958945
        },
        {
            "start": 826960327,
            "stop": 826966028
        },
        {
            "start": 826968174,
            "stop": 826992290
        },
        {
            "start": 827025204,
            "stop": 827031854
        },
        {
            "start": 827032175,
            "stop": 827041465
        },
        {
            "start": 827043925,
            "stop": 827071530
        },
        {
            "start": 827071684,
            "stop": 827075292
        },
        {
            "start": 827075436,
            "stop": 827082897
        },
        {
            "start": 827086885,
            "stop": 827089345
        },
        {
            "start": 827089403,
            "stop": 827090661
        },
        {
            "start": 827092406,
            "stop": 827093011
        },
        {
            "start": 827094659,
            "stop": 827161514
        },
        {
            "start": 827164157,
            "stop": 827175154
        },
        {
            "start": 827178045,
            "stop": 827237188
        },
        {
            "start": 827239912,
            "stop": 827250796
        },
        {
            "start": 827250962,
            "stop": 827251169
        },
        {
            "start": 827251386,
            "stop": 827260242
        }
    ]
}