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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=246",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 247,
    "results": [
        {
            "start": 931745531,
            "stop": 931745818
        },
        {
            "start": 931745820,
            "stop": 931745856
        },
        {
            "start": 931745857,
            "stop": 931745861
        },
        {
            "start": 931745863,
            "stop": 931745886
        },
        {
            "start": 931745887,
            "stop": 931745984
        },
        {
            "start": 931745985,
            "stop": 931746060
        },
        {
            "start": 931746062,
            "stop": 931746063
        },
        {
            "start": 931746065,
            "stop": 931746066
        },
        {
            "start": 931746068,
            "stop": 931746087
        },
        {
            "start": 931746089,
            "stop": 931746100
        },
        {
            "start": 931746102,
            "stop": 931746111
        },
        {
            "start": 931746113,
            "stop": 931746150
        },
        {
            "start": 931746152,
            "stop": 931746153
        },
        {
            "start": 931746156,
            "stop": 931746246
        },
        {
            "start": 931746250,
            "stop": 931746257
        },
        {
            "start": 931746261,
            "stop": 931746468
        },
        {
            "start": 931746470,
            "stop": 931746758
        },
        {
            "start": 931746760,
            "stop": 931746983
        },
        {
            "start": 931746985,
            "stop": 931746997
        },
        {
            "start": 931746999,
            "stop": 931747219
        }
    ]
}