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=7400
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=7401",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7399",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7400,
    "results": [
        {
            "start": 969677209,
            "stop": 969677255
        },
        {
            "start": 969677258,
            "stop": 969677296
        },
        {
            "start": 969677299,
            "stop": 969677327
        },
        {
            "start": 969677330,
            "stop": 969677519
        },
        {
            "start": 969677522,
            "stop": 969677543
        },
        {
            "start": 969677546,
            "stop": 969677659
        },
        {
            "start": 969677662,
            "stop": 969677713
        },
        {
            "start": 969677716,
            "stop": 969678270
        },
        {
            "start": 969678291,
            "stop": 969678300
        },
        {
            "start": 969678372,
            "stop": 969678436
        },
        {
            "start": 969678459,
            "stop": 969678580
        },
        {
            "start": 969678613,
            "stop": 969678628
        },
        {
            "start": 969678690,
            "stop": 969678712
        },
        {
            "start": 969678733,
            "stop": 969678771
        },
        {
            "start": 969678774,
            "stop": 969678923
        },
        {
            "start": 969678926,
            "stop": 969678999
        },
        {
            "start": 969679020,
            "stop": 969679776
        },
        {
            "start": 969679779,
            "stop": 969680178
        },
        {
            "start": 969680184,
            "stop": 969680196
        },
        {
            "start": 969680202,
            "stop": 969680341
        }
    ]
}