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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=71",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 72,
    "results": [
        {
            "start": 817417918,
            "stop": 817417958
        },
        {
            "start": 817418100,
            "stop": 817418340
        },
        {
            "start": 817418580,
            "stop": 817418700
        },
        {
            "start": 817418760,
            "stop": 817418880
        },
        {
            "start": 817418940,
            "stop": 817419060
        },
        {
            "start": 817419180,
            "stop": 817419300
        },
        {
            "start": 817419420,
            "stop": 817419793
        },
        {
            "start": 817419877,
            "stop": 817419968
        },
        {
            "start": 817420016,
            "stop": 817420020
        },
        {
            "start": 817420200,
            "stop": 817420260
        },
        {
            "start": 817420440,
            "stop": 817420560
        },
        {
            "start": 817420680,
            "stop": 817420778
        },
        {
            "start": 817420795,
            "stop": 817420800
        },
        {
            "start": 817420920,
            "stop": 817421066
        },
        {
            "start": 817421083,
            "stop": 817421100
        },
        {
            "start": 817421160,
            "stop": 817421220
        },
        {
            "start": 817421700,
            "stop": 817421803
        },
        {
            "start": 817421923,
            "stop": 817421939
        },
        {
            "start": 817421956,
            "stop": 817422180
        },
        {
            "start": 817422240,
            "stop": 817422360
        }
    ]
}