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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7394",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7392",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7393,
    "results": [
        {
            "start": 969743760,
            "stop": 969743807
        },
        {
            "start": 969743810,
            "stop": 969743835
        },
        {
            "start": 969743838,
            "stop": 969743861
        },
        {
            "start": 969743872,
            "stop": 969743886
        },
        {
            "start": 969743897,
            "stop": 969743902
        },
        {
            "start": 969743913,
            "stop": 969743933
        },
        {
            "start": 969743936,
            "stop": 969743998
        },
        {
            "start": 969744040,
            "stop": 969744065
        },
        {
            "start": 969744068,
            "stop": 969744094
        },
        {
            "start": 969744098,
            "stop": 969744158
        },
        {
            "start": 969744440,
            "stop": 969744467
        },
        {
            "start": 969747238,
            "stop": 969747348
        },
        {
            "start": 969747351,
            "stop": 969747518
        },
        {
            "start": 969747598,
            "stop": 969747757
        },
        {
            "start": 969747760,
            "stop": 969747838
        },
        {
            "start": 969747878,
            "stop": 969748001
        },
        {
            "start": 969748004,
            "stop": 969748177
        },
        {
            "start": 969748180,
            "stop": 969748193
        },
        {
            "start": 969748196,
            "stop": 969748207
        },
        {
            "start": 969748210,
            "stop": 969748307
        }
    ]
}