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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=254",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 255,
    "results": [
        {
            "start": 931468073,
            "stop": 931468082
        },
        {
            "start": 931468085,
            "stop": 931468092
        },
        {
            "start": 931468094,
            "stop": 931468100
        },
        {
            "start": 931468102,
            "stop": 931468108
        },
        {
            "start": 931468110,
            "stop": 931468118
        },
        {
            "start": 931468121,
            "stop": 931468124
        },
        {
            "start": 931468126,
            "stop": 931468134
        },
        {
            "start": 931468137,
            "stop": 931468138
        },
        {
            "start": 931468144,
            "stop": 931468148
        },
        {
            "start": 931468149,
            "stop": 931468150
        },
        {
            "start": 931468152,
            "stop": 931468155
        },
        {
            "start": 931468158,
            "stop": 931468171
        },
        {
            "start": 931468173,
            "stop": 931468174
        },
        {
            "start": 931468178,
            "stop": 931468190
        },
        {
            "start": 931468192,
            "stop": 931468196
        },
        {
            "start": 931468200,
            "stop": 931468201
        },
        {
            "start": 931468210,
            "stop": 931468211
        },
        {
            "start": 931468215,
            "stop": 931468221
        },
        {
            "start": 931468223,
            "stop": 931468228
        },
        {
            "start": 931468232,
            "stop": 931468234
        }
    ]
}