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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3575",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3573",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3574,
    "results": [
        {
            "start": 871771196,
            "stop": 871771210
        },
        {
            "start": 871771268,
            "stop": 871771278
        },
        {
            "start": 871771295,
            "stop": 871771371
        },
        {
            "start": 871771388,
            "stop": 871771467
        },
        {
            "start": 871771484,
            "stop": 871771488
        },
        {
            "start": 871771505,
            "stop": 871771508
        },
        {
            "start": 871771525,
            "stop": 871771598
        },
        {
            "start": 871771615,
            "stop": 871771650
        },
        {
            "start": 871771667,
            "stop": 871771674
        },
        {
            "start": 871771692,
            "stop": 871771702
        },
        {
            "start": 871771719,
            "stop": 871771752
        },
        {
            "start": 871771786,
            "stop": 871771816
        },
        {
            "start": 871771833,
            "stop": 871772369
        },
        {
            "start": 871772401,
            "stop": 871772412
        },
        {
            "start": 871772429,
            "stop": 871772465
        },
        {
            "start": 871772482,
            "stop": 871772492
        },
        {
            "start": 871772509,
            "stop": 871772511
        },
        {
            "start": 871772532,
            "stop": 871772537
        },
        {
            "start": 871772554,
            "stop": 871772633
        },
        {
            "start": 871772661,
            "stop": 871772808
        }
    ]
}