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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=141",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 142,
    "results": [
        {
            "start": 838654934,
            "stop": 838654935
        },
        {
            "start": 838654944,
            "stop": 838656834
        },
        {
            "start": 838656836,
            "stop": 838658782
        },
        {
            "start": 838659536,
            "stop": 838662210
        },
        {
            "start": 838662345,
            "stop": 838662421
        },
        {
            "start": 838662437,
            "stop": 838662446
        },
        {
            "start": 838662454,
            "stop": 838663096
        },
        {
            "start": 838664119,
            "stop": 838664383
        },
        {
            "start": 838665329,
            "stop": 838668098
        },
        {
            "start": 838668429,
            "stop": 838669385
        },
        {
            "start": 838669393,
            "stop": 838670212
        },
        {
            "start": 838670479,
            "stop": 838674155
        },
        {
            "start": 838674162,
            "stop": 838675961
        },
        {
            "start": 838675969,
            "stop": 838678655
        },
        {
            "start": 838678663,
            "stop": 838678665
        },
        {
            "start": 838678706,
            "stop": 838683797
        },
        {
            "start": 838684120,
            "stop": 838688377
        },
        {
            "start": 838689878,
            "stop": 838713260
        },
        {
            "start": 838714511,
            "stop": 838714801
        },
        {
            "start": 838714808,
            "stop": 838742029
        }
    ]
}