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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=115",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 116,
    "results": [
        {
            "start": 819952680,
            "stop": 819953696
        },
        {
            "start": 819953703,
            "stop": 819953907
        },
        {
            "start": 819953914,
            "stop": 819954139
        },
        {
            "start": 819954146,
            "stop": 819955476
        },
        {
            "start": 819955483,
            "stop": 819955844
        },
        {
            "start": 819955851,
            "stop": 819955926
        },
        {
            "start": 819955933,
            "stop": 819955997
        },
        {
            "start": 819956004,
            "stop": 819956095
        },
        {
            "start": 819956103,
            "stop": 819956227
        },
        {
            "start": 819956234,
            "stop": 819956587
        },
        {
            "start": 819956595,
            "stop": 819958557
        },
        {
            "start": 819958564,
            "stop": 819959027
        },
        {
            "start": 819959042,
            "stop": 819959229
        },
        {
            "start": 819959236,
            "stop": 819959887
        },
        {
            "start": 819959895,
            "stop": 819960285
        },
        {
            "start": 819960292,
            "stop": 819960711
        },
        {
            "start": 819960719,
            "stop": 819961214
        },
        {
            "start": 819961222,
            "stop": 819961237
        },
        {
            "start": 819961244,
            "stop": 819961387
        },
        {
            "start": 819961395,
            "stop": 819961442
        }
    ]
}