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_CAT2/segments?format=api&page=331
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=330",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 331,
    "results": [
        {
            "start": 861487878,
            "stop": 861489275
        },
        {
            "start": 861490412,
            "stop": 861490638
        },
        {
            "start": 861490668,
            "stop": 861490738
        },
        {
            "start": 861490757,
            "stop": 861495053
        },
        {
            "start": 861495623,
            "stop": 861496001
        },
        {
            "start": 861496260,
            "stop": 861499274
        },
        {
            "start": 861500240,
            "stop": 861501175
        },
        {
            "start": 861501933,
            "stop": 861503435
        },
        {
            "start": 861503453,
            "stop": 861504447
        },
        {
            "start": 861505203,
            "stop": 861544032
        },
        {
            "start": 861544696,
            "stop": 861550964
        },
        {
            "start": 861550988,
            "stop": 861553844
        },
        {
            "start": 861553868,
            "stop": 861558962
        },
        {
            "start": 861558983,
            "stop": 861559389
        },
        {
            "start": 861559411,
            "stop": 861562264
        },
        {
            "start": 861562321,
            "stop": 861566130
        },
        {
            "start": 861566432,
            "stop": 861566434
        },
        {
            "start": 861566544,
            "stop": 861568677
        },
        {
            "start": 861569306,
            "stop": 861570274
        },
        {
            "start": 861570574,
            "stop": 861572259
        }
    ]
}