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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=188",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 189,
    "results": [
        {
            "start": 817539940,
            "stop": 817540420
        },
        {
            "start": 817540437,
            "stop": 817542027
        },
        {
            "start": 817542046,
            "stop": 817542067
        },
        {
            "start": 817543022,
            "stop": 817543170
        },
        {
            "start": 817544152,
            "stop": 817546714
        },
        {
            "start": 817546735,
            "stop": 817546840
        },
        {
            "start": 817546859,
            "stop": 817547679
        },
        {
            "start": 817547699,
            "stop": 817548242
        },
        {
            "start": 817548261,
            "stop": 817549522
        },
        {
            "start": 817549616,
            "stop": 817549683
        },
        {
            "start": 817549800,
            "stop": 817549830
        },
        {
            "start": 817549858,
            "stop": 817549924
        },
        {
            "start": 817549943,
            "stop": 817550362
        },
        {
            "start": 817550389,
            "stop": 817551112
        },
        {
            "start": 817551133,
            "stop": 817551619
        },
        {
            "start": 817551638,
            "stop": 817551868
        },
        {
            "start": 817553384,
            "stop": 817555120
        },
        {
            "start": 817555139,
            "stop": 817555311
        },
        {
            "start": 817555330,
            "stop": 817555492
        },
        {
            "start": 817555518,
            "stop": 817555805
        }
    ]
}