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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7410",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7408",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7409,
    "results": [
        {
            "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
        },
        {
            "start": 969748427,
            "stop": 969748438
        },
        {
            "start": 969748441,
            "stop": 969748535
        },
        {
            "start": 969748539,
            "stop": 969748591
        },
        {
            "start": 969748594,
            "stop": 969748782
        },
        {
            "start": 969748785,
            "stop": 969748807
        }
    ]
}