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=369
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=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=368",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 369,
    "results": [
        {
            "start": 825409782,
            "stop": 825410496
        },
        {
            "start": 825410503,
            "stop": 825411599
        },
        {
            "start": 825411606,
            "stop": 825413021
        },
        {
            "start": 825413028,
            "stop": 825413353
        },
        {
            "start": 825413360,
            "stop": 825414301
        },
        {
            "start": 825414308,
            "stop": 825414798
        },
        {
            "start": 825414805,
            "stop": 825414975
        },
        {
            "start": 825414982,
            "stop": 825415058
        },
        {
            "start": 825415065,
            "stop": 825415723
        },
        {
            "start": 825415730,
            "stop": 825416838
        },
        {
            "start": 825416846,
            "stop": 825416941
        },
        {
            "start": 825416949,
            "stop": 825417430
        },
        {
            "start": 825417438,
            "stop": 825419786
        },
        {
            "start": 825419793,
            "stop": 825420417
        },
        {
            "start": 825420424,
            "stop": 825421167
        },
        {
            "start": 825421194,
            "stop": 825421546
        },
        {
            "start": 825421556,
            "stop": 825423110
        },
        {
            "start": 825423190,
            "stop": 825423639
        },
        {
            "start": 825423646,
            "stop": 825425027
        },
        {
            "start": 825425037,
            "stop": 825425544
        }
    ]
}