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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=461",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=459",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 460,
    "results": [
        {
            "start": 825950580,
            "stop": 825950585
        },
        {
            "start": 825950588,
            "stop": 825950812
        },
        {
            "start": 825950829,
            "stop": 825951107
        },
        {
            "start": 825951110,
            "stop": 825951205
        },
        {
            "start": 825951208,
            "stop": 825951312
        },
        {
            "start": 825951329,
            "stop": 825951339
        },
        {
            "start": 825951343,
            "stop": 825951348
        },
        {
            "start": 825951365,
            "stop": 825951495
        },
        {
            "start": 825951499,
            "stop": 825951632
        },
        {
            "start": 825951636,
            "stop": 825951641
        },
        {
            "start": 825951644,
            "stop": 825951736
        },
        {
            "start": 825951739,
            "stop": 825951804
        },
        {
            "start": 825951807,
            "stop": 825951934
        },
        {
            "start": 825951951,
            "stop": 825952162
        },
        {
            "start": 825952179,
            "stop": 825952256
        },
        {
            "start": 825952260,
            "stop": 825952913
        },
        {
            "start": 825952916,
            "stop": 825953046
        },
        {
            "start": 825953063,
            "stop": 825953156
        },
        {
            "start": 825953159,
            "stop": 825953555
        },
        {
            "start": 825953558,
            "stop": 825953731
        }
    ]
}