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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=340",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 341,
    "results": [
        {
            "start": 939234766,
            "stop": 939235070
        },
        {
            "start": 939235073,
            "stop": 939235426
        },
        {
            "start": 939235429,
            "stop": 939236676
        },
        {
            "start": 939236679,
            "stop": 939238643
        },
        {
            "start": 939244085,
            "stop": 939245657
        },
        {
            "start": 939247480,
            "stop": 939256718
        },
        {
            "start": 939256721,
            "stop": 939262944
        },
        {
            "start": 939264557,
            "stop": 939266820
        },
        {
            "start": 939266823,
            "stop": 939270757
        },
        {
            "start": 939270760,
            "stop": 939273068
        },
        {
            "start": 939273071,
            "stop": 939275323
        },
        {
            "start": 939275383,
            "stop": 939275443
        },
        {
            "start": 939275503,
            "stop": 939281617
        },
        {
            "start": 939283490,
            "stop": 939287000
        },
        {
            "start": 939287400,
            "stop": 939288707
        },
        {
            "start": 939288710,
            "stop": 939305502
        },
        {
            "start": 939305505,
            "stop": 939305632
        },
        {
            "start": 939305635,
            "stop": 939306315
        },
        {
            "start": 939306318,
            "stop": 939306494
        },
        {
            "start": 939306497,
            "stop": 939306660
        }
    ]
}