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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=687",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=685",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 686,
    "results": [
        {
            "start": 846515578,
            "stop": 846529474
        },
        {
            "start": 846530755,
            "stop": 846532358
        },
        {
            "start": 846532361,
            "stop": 846537179
        },
        {
            "start": 846537182,
            "stop": 846537189
        },
        {
            "start": 846537193,
            "stop": 846540010
        },
        {
            "start": 846540330,
            "stop": 846540704
        },
        {
            "start": 846541104,
            "stop": 846542164
        },
        {
            "start": 846542179,
            "stop": 846544113
        },
        {
            "start": 846544135,
            "stop": 846544136
        },
        {
            "start": 846544139,
            "stop": 846544140
        },
        {
            "start": 846544145,
            "stop": 846544950
        },
        {
            "start": 846545010,
            "stop": 846545011
        },
        {
            "start": 846545014,
            "stop": 846545020
        },
        {
            "start": 846545022,
            "stop": 846545028
        },
        {
            "start": 846545531,
            "stop": 846545682
        },
        {
            "start": 846545850,
            "stop": 846613599
        },
        {
            "start": 846613602,
            "stop": 846620087
        },
        {
            "start": 846622710,
            "stop": 846623390
        },
        {
            "start": 846626034,
            "stop": 846632754
        },
        {
            "start": 846636853,
            "stop": 846641638
        }
    ]
}