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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=59",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 60,
    "results": [
        {
            "start": 817353190,
            "stop": 817353360
        },
        {
            "start": 817353587,
            "stop": 817356410
        },
        {
            "start": 817356490,
            "stop": 817361638
        },
        {
            "start": 817361645,
            "stop": 817362433
        },
        {
            "start": 817363929,
            "stop": 817364090
        },
        {
            "start": 817364170,
            "stop": 817367150
        },
        {
            "start": 817367290,
            "stop": 817370249
        },
        {
            "start": 817370257,
            "stop": 817370270
        },
        {
            "start": 817370410,
            "stop": 817383410
        },
        {
            "start": 817383490,
            "stop": 817386780
        },
        {
            "start": 817386840,
            "stop": 817386900
        },
        {
            "start": 817386960,
            "stop": 817391640
        },
        {
            "start": 817391700,
            "stop": 817391717
        },
        {
            "start": 817391721,
            "stop": 817394630
        },
        {
            "start": 817394770,
            "stop": 817396370
        },
        {
            "start": 817396450,
            "stop": 817398363
        },
        {
            "start": 817404620,
            "stop": 817404820
        },
        {
            "start": 817404827,
            "stop": 817404973
        },
        {
            "start": 817405819,
            "stop": 817405920
        },
        {
            "start": 817405980,
            "stop": 817406032
        }
    ]
}