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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=758",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 759,
    "results": [
        {
            "start": 859796788,
            "stop": 859821863
        },
        {
            "start": 859821866,
            "stop": 859831530
        },
        {
            "start": 859831590,
            "stop": 859831606
        },
        {
            "start": 859834357,
            "stop": 859848852
        },
        {
            "start": 859849602,
            "stop": 859851630
        },
        {
            "start": 859851750,
            "stop": 859852101
        },
        {
            "start": 859852421,
            "stop": 859853369
        },
        {
            "start": 859859737,
            "stop": 859864946
        },
        {
            "start": 859865346,
            "stop": 859865382
        },
        {
            "start": 859865702,
            "stop": 859868567
        },
        {
            "start": 859868967,
            "stop": 859898001
        },
        {
            "start": 859898003,
            "stop": 859898984
        },
        {
            "start": 859900450,
            "stop": 859921826
        },
        {
            "start": 859925963,
            "stop": 859930082
        },
        {
            "start": 859930084,
            "stop": 859930525
        },
        {
            "start": 859930527,
            "stop": 859934430
        },
        {
            "start": 859934490,
            "stop": 859934497
        },
        {
            "start": 859935476,
            "stop": 859937242
        },
        {
            "start": 859937875,
            "stop": 859965385
        },
        {
            "start": 859965987,
            "stop": 859987150
        }
    ]
}