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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=752",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 753,
    "results": [
        {
            "start": 869470117,
            "stop": 869470130
        },
        {
            "start": 869470138,
            "stop": 869470151
        },
        {
            "start": 869470161,
            "stop": 869470170
        },
        {
            "start": 869470179,
            "stop": 869470191
        },
        {
            "start": 869470197,
            "stop": 869470215
        },
        {
            "start": 869470223,
            "stop": 869470235
        },
        {
            "start": 869470243,
            "stop": 869470255
        },
        {
            "start": 869470267,
            "stop": 869470282
        },
        {
            "start": 869470288,
            "stop": 869470301
        },
        {
            "start": 869470310,
            "stop": 869470342
        },
        {
            "start": 869470354,
            "stop": 869470387
        },
        {
            "start": 869470390,
            "stop": 869470423
        },
        {
            "start": 869470433,
            "stop": 869470444
        },
        {
            "start": 869470453,
            "stop": 869470469
        },
        {
            "start": 869470476,
            "stop": 869470489
        },
        {
            "start": 869470497,
            "stop": 869470511
        },
        {
            "start": 869470519,
            "stop": 869470558
        },
        {
            "start": 869470563,
            "stop": 869470574
        },
        {
            "start": 869470585,
            "stop": 869470598
        },
        {
            "start": 869470608,
            "stop": 869470619
        }
    ]
}