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=2363
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=2364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2362",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2363,
    "results": [
        {
            "start": 872314084,
            "stop": 872315142
        },
        {
            "start": 872315465,
            "stop": 872317430
        },
        {
            "start": 872317510,
            "stop": 872320409
        },
        {
            "start": 872320426,
            "stop": 872325736
        },
        {
            "start": 872325753,
            "stop": 872326761
        },
        {
            "start": 872326778,
            "stop": 872329492
        },
        {
            "start": 872329509,
            "stop": 872331378
        },
        {
            "start": 872331690,
            "stop": 872332512
        },
        {
            "start": 872332529,
            "stop": 872334757
        },
        {
            "start": 872334774,
            "stop": 872336968
        },
        {
            "start": 872336985,
            "stop": 872337376
        },
        {
            "start": 872337393,
            "stop": 872337486
        },
        {
            "start": 872337503,
            "stop": 872337833
        },
        {
            "start": 872337850,
            "stop": 872341299
        },
        {
            "start": 872341316,
            "stop": 872342210
        },
        {
            "start": 872342290,
            "stop": 872342425
        },
        {
            "start": 872342442,
            "stop": 872343051
        },
        {
            "start": 872343120,
            "stop": 872343409
        },
        {
            "start": 872343426,
            "stop": 872343510
        },
        {
            "start": 872343527,
            "stop": 872343615
        }
    ]
}