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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=29",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 30,
    "results": [
        {
            "start": 816655465,
            "stop": 816656030
        },
        {
            "start": 816656110,
            "stop": 816656330
        },
        {
            "start": 816656410,
            "stop": 816656880
        },
        {
            "start": 816656940,
            "stop": 816657324
        },
        {
            "start": 816660712,
            "stop": 816663409
        },
        {
            "start": 816663418,
            "stop": 816667337
        },
        {
            "start": 816667355,
            "stop": 816667940
        },
        {
            "start": 816667947,
            "stop": 816674833
        },
        {
            "start": 816674866,
            "stop": 816674867
        },
        {
            "start": 816676286,
            "stop": 816677580
        },
        {
            "start": 816677640,
            "stop": 816688303
        },
        {
            "start": 816688544,
            "stop": 816698014
        },
        {
            "start": 816698018,
            "stop": 816699470
        },
        {
            "start": 816699610,
            "stop": 816702660
        },
        {
            "start": 816702720,
            "stop": 816703812
        },
        {
            "start": 816703825,
            "stop": 816707580
        },
        {
            "start": 816707640,
            "stop": 816707713
        },
        {
            "start": 816708380,
            "stop": 816708384
        },
        {
            "start": 816709659,
            "stop": 816709920
        },
        {
            "start": 816709980,
            "stop": 816710400
        }
    ]
}