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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=246",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 247,
    "results": [
        {
            "start": 820916100,
            "stop": 820916614
        },
        {
            "start": 820916621,
            "stop": 820916746
        },
        {
            "start": 820916754,
            "stop": 820916821
        },
        {
            "start": 820916829,
            "stop": 820916898
        },
        {
            "start": 820916905,
            "stop": 820916997
        },
        {
            "start": 820917005,
            "stop": 820917520
        },
        {
            "start": 820917527,
            "stop": 820917530
        },
        {
            "start": 820917610,
            "stop": 820917724
        },
        {
            "start": 820917731,
            "stop": 820917786
        },
        {
            "start": 820917793,
            "stop": 820918084
        },
        {
            "start": 820918091,
            "stop": 820918092
        },
        {
            "start": 820918099,
            "stop": 820918702
        },
        {
            "start": 820918710,
            "stop": 820918969
        },
        {
            "start": 820918976,
            "stop": 820919286
        },
        {
            "start": 820919293,
            "stop": 820919336
        },
        {
            "start": 820919400,
            "stop": 820919431
        },
        {
            "start": 820919438,
            "stop": 820919623
        },
        {
            "start": 820919630,
            "stop": 820919820
        },
        {
            "start": 820919880,
            "stop": 820920194
        },
        {
            "start": 820920201,
            "stop": 820920224
        }
    ]
}