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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=234",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 235,
    "results": [
        {
            "start": 851892750,
            "stop": 851897665
        },
        {
            "start": 851897686,
            "stop": 851903989
        },
        {
            "start": 851904011,
            "stop": 851909936
        },
        {
            "start": 851909943,
            "stop": 851910600
        },
        {
            "start": 851910607,
            "stop": 851911044
        },
        {
            "start": 851911051,
            "stop": 851912789
        },
        {
            "start": 851912796,
            "stop": 851912880
        },
        {
            "start": 851912887,
            "stop": 851912967
        },
        {
            "start": 851912974,
            "stop": 851913049
        },
        {
            "start": 851913056,
            "stop": 851920310
        },
        {
            "start": 851920317,
            "stop": 851921393
        },
        {
            "start": 851921638,
            "stop": 851926497
        },
        {
            "start": 851926504,
            "stop": 851926850
        },
        {
            "start": 851926857,
            "stop": 851927028
        },
        {
            "start": 851927035,
            "stop": 851928195
        },
        {
            "start": 851928804,
            "stop": 851932078
        },
        {
            "start": 851932085,
            "stop": 851933672
        },
        {
            "start": 851933679,
            "stop": 851934382
        },
        {
            "start": 851937679,
            "stop": 851938367
        },
        {
            "start": 851938374,
            "stop": 851938612
        }
    ]
}