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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=375",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 376,
    "results": [
        {
            "start": 825721390,
            "stop": 825722088
        },
        {
            "start": 825722095,
            "stop": 825722259
        },
        {
            "start": 825722407,
            "stop": 825724028
        },
        {
            "start": 825724056,
            "stop": 825725614
        },
        {
            "start": 825725621,
            "stop": 825726050
        },
        {
            "start": 825726130,
            "stop": 825727910
        },
        {
            "start": 825727990,
            "stop": 825729864
        },
        {
            "start": 825729871,
            "stop": 825739631
        },
        {
            "start": 825750502,
            "stop": 825764353
        },
        {
            "start": 825764378,
            "stop": 825764379
        },
        {
            "start": 825766094,
            "stop": 825770413
        },
        {
            "start": 825772269,
            "stop": 825776510
        },
        {
            "start": 825776590,
            "stop": 825777821
        },
        {
            "start": 825777825,
            "stop": 825778850
        },
        {
            "start": 825778930,
            "stop": 825779400
        },
        {
            "start": 825779590,
            "stop": 825780143
        },
        {
            "start": 825780147,
            "stop": 825780699
        },
        {
            "start": 825780734,
            "stop": 825781364
        },
        {
            "start": 825782303,
            "stop": 825782408
        },
        {
            "start": 825821123,
            "stop": 825822793
        }
    ]
}