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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=84",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 85,
    "results": [
        {
            "start": 818109480,
            "stop": 818109600
        },
        {
            "start": 818109660,
            "stop": 818109720
        },
        {
            "start": 818109780,
            "stop": 818110020
        },
        {
            "start": 818110080,
            "stop": 818110200
        },
        {
            "start": 818110260,
            "stop": 818110440
        },
        {
            "start": 818110500,
            "stop": 818110560
        },
        {
            "start": 818110620,
            "stop": 818110740
        },
        {
            "start": 818110920,
            "stop": 818110980
        },
        {
            "start": 818111160,
            "stop": 818111760
        },
        {
            "start": 818111880,
            "stop": 818111940
        },
        {
            "start": 818112060,
            "stop": 818112120
        },
        {
            "start": 818112600,
            "stop": 818112720
        },
        {
            "start": 818120524,
            "stop": 818121071
        },
        {
            "start": 818121075,
            "stop": 818121420
        },
        {
            "start": 818121480,
            "stop": 818130342
        },
        {
            "start": 818130581,
            "stop": 818133060
        },
        {
            "start": 818133120,
            "stop": 818145073
        },
        {
            "start": 818145093,
            "stop": 818145094
        },
        {
            "start": 818146101,
            "stop": 818159113
        },
        {
            "start": 818159119,
            "stop": 818160988
        }
    ]
}