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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7901",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7899",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7900,
    "results": [
        {
            "start": 969975597,
            "stop": 969975743
        },
        {
            "start": 969975746,
            "stop": 969975936
        },
        {
            "start": 969975939,
            "stop": 969975950
        },
        {
            "start": 969975953,
            "stop": 969975968
        },
        {
            "start": 969975971,
            "stop": 969975973
        },
        {
            "start": 969975976,
            "stop": 969975985
        },
        {
            "start": 969975988,
            "stop": 969976250
        },
        {
            "start": 969976256,
            "stop": 969976275
        },
        {
            "start": 969976285,
            "stop": 969976290
        },
        {
            "start": 969976295,
            "stop": 969976297
        },
        {
            "start": 969976302,
            "stop": 969976377
        },
        {
            "start": 969976380,
            "stop": 969976406
        },
        {
            "start": 969976409,
            "stop": 969976413
        },
        {
            "start": 969976418,
            "stop": 969976423
        },
        {
            "start": 969976428,
            "stop": 969976532
        },
        {
            "start": 969976537,
            "stop": 969976555
        },
        {
            "start": 969976558,
            "stop": 969976637
        },
        {
            "start": 969976640,
            "stop": 969976862
        },
        {
            "start": 969976865,
            "stop": 969976910
        },
        {
            "start": 969976913,
            "stop": 969977225
        }
    ]
}