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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=62",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 63,
    "results": [
        {
            "start": 817418590,
            "stop": 817418700
        },
        {
            "start": 817418760,
            "stop": 817418880
        },
        {
            "start": 817418940,
            "stop": 817419060
        },
        {
            "start": 817419180,
            "stop": 817419300
        },
        {
            "start": 817419420,
            "stop": 817419800
        },
        {
            "start": 817419877,
            "stop": 817420020
        },
        {
            "start": 817420200,
            "stop": 817420260
        },
        {
            "start": 817420440,
            "stop": 817420560
        },
        {
            "start": 817420680,
            "stop": 817420800
        },
        {
            "start": 817420920,
            "stop": 817421100
        },
        {
            "start": 817421160,
            "stop": 817421220
        },
        {
            "start": 817421700,
            "stop": 817421820
        },
        {
            "start": 817421880,
            "stop": 817422180
        },
        {
            "start": 817422240,
            "stop": 817422360
        },
        {
            "start": 817422670,
            "stop": 817422720
        },
        {
            "start": 817422780,
            "stop": 817423020
        },
        {
            "start": 817423080,
            "stop": 817423260
        },
        {
            "start": 817423320,
            "stop": 817423333
        },
        {
            "start": 817424327,
            "stop": 817424510
        },
        {
            "start": 817424650,
            "stop": 817424700
        }
    ]
}