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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2267",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2268,
    "results": [
        {
            "start": 873532546,
            "stop": 873533210
        },
        {
            "start": 873533230,
            "stop": 873533376
        },
        {
            "start": 873533396,
            "stop": 873534256
        },
        {
            "start": 873534987,
            "stop": 873539067
        },
        {
            "start": 873539093,
            "stop": 873539162
        },
        {
            "start": 873539181,
            "stop": 873544919
        },
        {
            "start": 873544938,
            "stop": 873546392
        },
        {
            "start": 873546411,
            "stop": 873546482
        },
        {
            "start": 873546501,
            "stop": 873547035
        },
        {
            "start": 873547052,
            "stop": 873547120
        },
        {
            "start": 873547151,
            "stop": 873547152
        },
        {
            "start": 873547177,
            "stop": 873547203
        },
        {
            "start": 873547235,
            "stop": 873547301
        },
        {
            "start": 873547325,
            "stop": 873547344
        },
        {
            "start": 873547381,
            "stop": 873547384
        },
        {
            "start": 873550284,
            "stop": 873551621
        },
        {
            "start": 873552631,
            "stop": 873553956
        },
        {
            "start": 873553986,
            "stop": 873554045
        },
        {
            "start": 873554062,
            "stop": 873554261
        },
        {
            "start": 873554310,
            "stop": 873554319
        }
    ]
}