Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=175
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=174",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 175,
    "results": [
        {
            "start": 819053006,
            "stop": 819053824
        },
        {
            "start": 819053832,
            "stop": 819053860
        },
        {
            "start": 819053868,
            "stop": 819053900
        },
        {
            "start": 819053908,
            "stop": 819054003
        },
        {
            "start": 819054016,
            "stop": 819054074
        },
        {
            "start": 819054148,
            "stop": 819054641
        },
        {
            "start": 819069223,
            "stop": 819072502
        },
        {
            "start": 819072510,
            "stop": 819073175
        },
        {
            "start": 819073183,
            "stop": 819073384
        },
        {
            "start": 819073392,
            "stop": 819073393
        },
        {
            "start": 819073400,
            "stop": 819073470
        },
        {
            "start": 819073479,
            "stop": 819073484
        },
        {
            "start": 819073492,
            "stop": 819073568
        },
        {
            "start": 819073576,
            "stop": 819074392
        },
        {
            "start": 819074400,
            "stop": 819075164
        },
        {
            "start": 819082518,
            "stop": 819088932
        },
        {
            "start": 819090205,
            "stop": 819091004
        },
        {
            "start": 819091012,
            "stop": 819091220
        },
        {
            "start": 819091228,
            "stop": 819091286
        },
        {
            "start": 819091294,
            "stop": 819091428
        }
    ]
}