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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=108",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 109,
    "results": [
        {
            "start": 825208607,
            "stop": 825209050
        },
        {
            "start": 825209055,
            "stop": 825213870
        },
        {
            "start": 825219025,
            "stop": 825240571
        },
        {
            "start": 825240871,
            "stop": 825244545
        },
        {
            "start": 825244547,
            "stop": 825244663
        },
        {
            "start": 825244665,
            "stop": 825244678
        },
        {
            "start": 825244680,
            "stop": 825245002
        },
        {
            "start": 825245005,
            "stop": 825245022
        },
        {
            "start": 825245024,
            "stop": 825246030
        },
        {
            "start": 825246090,
            "stop": 825246104
        },
        {
            "start": 825403803,
            "stop": 825414426
        },
        {
            "start": 825414428,
            "stop": 825414431
        },
        {
            "start": 825414433,
            "stop": 825414630
        },
        {
            "start": 825414633,
            "stop": 825421167
        },
        {
            "start": 825421169,
            "stop": 825428905
        },
        {
            "start": 825429015,
            "stop": 825432760
        },
        {
            "start": 825432768,
            "stop": 825432785
        },
        {
            "start": 825432790,
            "stop": 825432850
        },
        {
            "start": 825432855,
            "stop": 825434452
        },
        {
            "start": 825434460,
            "stop": 825436105
        }
    ]
}