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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9950",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9951,
    "results": [
        {
            "start": 875144667,
            "stop": 875145066
        },
        {
            "start": 875145084,
            "stop": 875145660
        },
        {
            "start": 875145720,
            "stop": 875145960
        },
        {
            "start": 875146020,
            "stop": 875146140
        },
        {
            "start": 875146260,
            "stop": 875146320
        },
        {
            "start": 875146440,
            "stop": 875146740
        },
        {
            "start": 875146800,
            "stop": 875146881
        },
        {
            "start": 875146884,
            "stop": 875146920
        },
        {
            "start": 875146980,
            "stop": 875147040
        },
        {
            "start": 875147280,
            "stop": 875147400
        },
        {
            "start": 875147580,
            "stop": 875147640
        },
        {
            "start": 875147700,
            "stop": 875147757
        },
        {
            "start": 875147760,
            "stop": 875147826
        },
        {
            "start": 875147843,
            "stop": 875147880
        },
        {
            "start": 875148000,
            "stop": 875148413
        },
        {
            "start": 875148533,
            "stop": 875148707
        },
        {
            "start": 875148724,
            "stop": 875149020
        },
        {
            "start": 875149080,
            "stop": 875149140
        },
        {
            "start": 875149200,
            "stop": 875150557
        },
        {
            "start": 875150815,
            "stop": 875151331
        }
    ]
}