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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4614",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4612",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4613,
    "results": [
        {
            "start": 969263989,
            "stop": 969264022
        },
        {
            "start": 969264025,
            "stop": 969264399
        },
        {
            "start": 969264400,
            "stop": 969264401
        },
        {
            "start": 969264407,
            "stop": 969264758
        },
        {
            "start": 969264818,
            "stop": 969265399
        },
        {
            "start": 969265402,
            "stop": 969265851
        },
        {
            "start": 969265854,
            "stop": 969265934
        },
        {
            "start": 969265937,
            "stop": 969266135
        },
        {
            "start": 969266137,
            "stop": 969266507
        },
        {
            "start": 969266510,
            "stop": 969266678
        },
        {
            "start": 969266681,
            "stop": 969266732
        },
        {
            "start": 969266737,
            "stop": 969267014
        },
        {
            "start": 969267017,
            "stop": 969267489
        },
        {
            "start": 969267492,
            "stop": 969268249
        },
        {
            "start": 969268254,
            "stop": 969269067
        },
        {
            "start": 969269070,
            "stop": 969269180
        },
        {
            "start": 969269183,
            "stop": 969269195
        },
        {
            "start": 969269198,
            "stop": 969269203
        },
        {
            "start": 969269206,
            "stop": 969269298
        },
        {
            "start": 969269301,
            "stop": 969269551
        }
    ]
}