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/H1_CBCLOW_CAT4/segments?format=api&page=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=134",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 135,
    "results": [
        {
            "start": 819813280,
            "stop": 819813306
        },
        {
            "start": 819813314,
            "stop": 819813471
        },
        {
            "start": 819813478,
            "stop": 819814021
        },
        {
            "start": 819814028,
            "stop": 819814740
        },
        {
            "start": 819814800,
            "stop": 819815418
        },
        {
            "start": 819815425,
            "stop": 819816081
        },
        {
            "start": 819816088,
            "stop": 819816324
        },
        {
            "start": 819816331,
            "stop": 819816539
        },
        {
            "start": 819816546,
            "stop": 819816770
        },
        {
            "start": 819816850,
            "stop": 819817026
        },
        {
            "start": 819817033,
            "stop": 819817306
        },
        {
            "start": 819817313,
            "stop": 819817634
        },
        {
            "start": 819817641,
            "stop": 819818683
        },
        {
            "start": 819818864,
            "stop": 819819039
        },
        {
            "start": 819819046,
            "stop": 819819074
        },
        {
            "start": 819819082,
            "stop": 819819290
        },
        {
            "start": 819819430,
            "stop": 819819780
        },
        {
            "start": 819819787,
            "stop": 819820409
        },
        {
            "start": 819820417,
            "stop": 819820626
        },
        {
            "start": 819820633,
            "stop": 819821132
        }
    ]
}