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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2059",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2060,
    "results": [
        {
            "start": 861495623,
            "stop": 861496001
        },
        {
            "start": 861496260,
            "stop": 861499274
        },
        {
            "start": 861500240,
            "stop": 861501175
        },
        {
            "start": 861501933,
            "stop": 861503443
        },
        {
            "start": 861503445,
            "stop": 861504447
        },
        {
            "start": 861505203,
            "stop": 861544032
        },
        {
            "start": 861544696,
            "stop": 861550972
        },
        {
            "start": 861550980,
            "stop": 861553852
        },
        {
            "start": 861553860,
            "stop": 861558970
        },
        {
            "start": 861558975,
            "stop": 861559397
        },
        {
            "start": 861559403,
            "stop": 861562272
        },
        {
            "start": 861562280,
            "stop": 861562287
        },
        {
            "start": 861562289,
            "stop": 861562292
        },
        {
            "start": 861562300,
            "stop": 861562307
        },
        {
            "start": 861562313,
            "stop": 861566130
        },
        {
            "start": 861566432,
            "stop": 861566434
        },
        {
            "start": 861566544,
            "stop": 861568677
        },
        {
            "start": 861569306,
            "stop": 861570274
        },
        {
            "start": 861570574,
            "stop": 861572267
        },
        {
            "start": 861572273,
            "stop": 861572322
        }
    ]
}