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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=80",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 81,
    "results": [
        {
            "start": 817575660,
            "stop": 817575832
        },
        {
            "start": 817575849,
            "stop": 817575960
        },
        {
            "start": 817576080,
            "stop": 817576320
        },
        {
            "start": 817576560,
            "stop": 817576620
        },
        {
            "start": 817576740,
            "stop": 817576860
        },
        {
            "start": 817577220,
            "stop": 817577226
        },
        {
            "start": 817577363,
            "stop": 817577400
        },
        {
            "start": 817577669,
            "stop": 817577700
        },
        {
            "start": 817577820,
            "stop": 817577880
        },
        {
            "start": 817578000,
            "stop": 817578060
        },
        {
            "start": 817578420,
            "stop": 817578480
        },
        {
            "start": 817578780,
            "stop": 817578840
        },
        {
            "start": 817579320,
            "stop": 817579380
        },
        {
            "start": 817579440,
            "stop": 817579500
        },
        {
            "start": 817579920,
            "stop": 817580040
        },
        {
            "start": 817580340,
            "stop": 817580400
        },
        {
            "start": 817580820,
            "stop": 817580880
        },
        {
            "start": 817580940,
            "stop": 817581060
        },
        {
            "start": 817581120,
            "stop": 817581180
        },
        {
            "start": 817581300,
            "stop": 817581420
        }
    ]
}