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=7488
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=7489",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7487",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7488,
    "results": [
        {
            "start": 970242569,
            "stop": 970242578
        },
        {
            "start": 970242581,
            "stop": 970242616
        },
        {
            "start": 970242736,
            "stop": 970242739
        },
        {
            "start": 970242821,
            "stop": 970242835
        },
        {
            "start": 970242846,
            "stop": 970243079
        },
        {
            "start": 970243082,
            "stop": 970243099
        },
        {
            "start": 970243216,
            "stop": 970243303
        },
        {
            "start": 970243306,
            "stop": 970243351
        },
        {
            "start": 970243354,
            "stop": 970243409
        },
        {
            "start": 970243416,
            "stop": 970243419
        },
        {
            "start": 970243459,
            "stop": 970243486
        },
        {
            "start": 970243492,
            "stop": 970243548
        },
        {
            "start": 970243553,
            "stop": 970243616
        },
        {
            "start": 970243619,
            "stop": 970243633
        },
        {
            "start": 970243636,
            "stop": 970243696
        },
        {
            "start": 970243936,
            "stop": 970243971
        },
        {
            "start": 970243974,
            "stop": 970244032
        },
        {
            "start": 970244038,
            "stop": 970244174
        },
        {
            "start": 970244177,
            "stop": 970244181
        },
        {
            "start": 970244202,
            "stop": 970244209
        }
    ]
}