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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=146",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 147,
    "results": [
        {
            "start": 819948942,
            "stop": 819949002
        },
        {
            "start": 819949009,
            "stop": 819949565
        },
        {
            "start": 819949572,
            "stop": 819951074
        },
        {
            "start": 819951081,
            "stop": 819951196
        },
        {
            "start": 819951203,
            "stop": 819951600
        },
        {
            "start": 819951730,
            "stop": 819951793
        },
        {
            "start": 819951800,
            "stop": 819952091
        },
        {
            "start": 819952098,
            "stop": 819952672
        },
        {
            "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
        }
    ]
}