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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=49",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 50,
    "results": [
        {
            "start": 822035372,
            "stop": 822040640
        },
        {
            "start": 822040672,
            "stop": 822050752
        },
        {
            "start": 822050784,
            "stop": 822050912
        },
        {
            "start": 822050944,
            "stop": 822052000
        },
        {
            "start": 822052032,
            "stop": 822064064
        },
        {
            "start": 822064096,
            "stop": 822074208
        },
        {
            "start": 822074240,
            "stop": 822077942
        },
        {
            "start": 822078666,
            "stop": 822080640
        },
        {
            "start": 822080672,
            "stop": 822085208
        },
        {
            "start": 822085973,
            "stop": 822089773
        },
        {
            "start": 822089777,
            "stop": 822089781
        },
        {
            "start": 822089784,
            "stop": 822089816
        },
        {
            "start": 822089819,
            "stop": 822090585
        },
        {
            "start": 822091558,
            "stop": 822094541
        },
        {
            "start": 822095391,
            "stop": 822121792
        },
        {
            "start": 822121824,
            "stop": 822130144
        },
        {
            "start": 822130176,
            "stop": 822134336
        },
        {
            "start": 822134368,
            "stop": 822153539
        },
        {
            "start": 822174946,
            "stop": 822175153
        },
        {
            "start": 822176021,
            "stop": 822176666
        }
    ]
}