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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=230",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 231,
    "results": [
        {
            "start": 820446484,
            "stop": 820449291
        },
        {
            "start": 820449295,
            "stop": 820450517
        },
        {
            "start": 820450520,
            "stop": 820450601
        },
        {
            "start": 820451574,
            "stop": 820451669
        },
        {
            "start": 820451672,
            "stop": 820451732
        },
        {
            "start": 820451804,
            "stop": 820453255
        },
        {
            "start": 820453258,
            "stop": 820453943
        },
        {
            "start": 820453944,
            "stop": 820454450
        },
        {
            "start": 820454453,
            "stop": 820454655
        },
        {
            "start": 820454658,
            "stop": 820454840
        },
        {
            "start": 820454843,
            "stop": 820454861
        },
        {
            "start": 820454864,
            "stop": 820454966
        },
        {
            "start": 820454983,
            "stop": 820455519
        },
        {
            "start": 820455522,
            "stop": 820456759
        },
        {
            "start": 820456762,
            "stop": 820457153
        },
        {
            "start": 820457156,
            "stop": 820457614
        },
        {
            "start": 820457618,
            "stop": 820459713
        },
        {
            "start": 820459716,
            "stop": 820460399
        },
        {
            "start": 820460402,
            "stop": 820460549
        },
        {
            "start": 820460553,
            "stop": 820460835
        }
    ]
}