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=7935
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=7936",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7934",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7935,
    "results": [
        {
            "start": 970041055,
            "stop": 970041067
        },
        {
            "start": 970041070,
            "stop": 970041072
        },
        {
            "start": 970041075,
            "stop": 970041114
        },
        {
            "start": 970041123,
            "stop": 970041235
        },
        {
            "start": 970042980,
            "stop": 970043397
        },
        {
            "start": 970043403,
            "stop": 970043569
        },
        {
            "start": 970043572,
            "stop": 970044119
        },
        {
            "start": 970044125,
            "stop": 970044481
        },
        {
            "start": 970044484,
            "stop": 970044686
        },
        {
            "start": 970044699,
            "stop": 970045542
        },
        {
            "start": 970045548,
            "stop": 970045560
        },
        {
            "start": 970045569,
            "stop": 970045580
        },
        {
            "start": 970045586,
            "stop": 970045637
        },
        {
            "start": 970045640,
            "stop": 970046213
        },
        {
            "start": 970046219,
            "stop": 970046666
        },
        {
            "start": 970046669,
            "stop": 970046716
        },
        {
            "start": 970046724,
            "stop": 970046756
        },
        {
            "start": 970046762,
            "stop": 970046775
        },
        {
            "start": 970046781,
            "stop": 970046964
        },
        {
            "start": 970046967,
            "stop": 970046983
        }
    ]
}