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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=102",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 103,
    "results": [
        {
            "start": 819054540,
            "stop": 819054780
        },
        {
            "start": 819054840,
            "stop": 819054900
        },
        {
            "start": 819055020,
            "stop": 819055140
        },
        {
            "start": 819055148,
            "stop": 819055213
        },
        {
            "start": 819055400,
            "stop": 819057913
        },
        {
            "start": 819059272,
            "stop": 819059340
        },
        {
            "start": 819059400,
            "stop": 819060193
        },
        {
            "start": 819060220,
            "stop": 819060221
        },
        {
            "start": 819061326,
            "stop": 819061440
        },
        {
            "start": 819061560,
            "stop": 819061680
        },
        {
            "start": 819061740,
            "stop": 819061800
        },
        {
            "start": 819062005,
            "stop": 819062100
        },
        {
            "start": 819062220,
            "stop": 819062700
        },
        {
            "start": 819062939,
            "stop": 819063000
        },
        {
            "start": 819063060,
            "stop": 819063733
        },
        {
            "start": 819063740,
            "stop": 819064320
        },
        {
            "start": 819064380,
            "stop": 819064860
        },
        {
            "start": 819064980,
            "stop": 819065160
        },
        {
            "start": 819065220,
            "stop": 819065280
        },
        {
            "start": 819065340,
            "stop": 819066613
        }
    ]
}