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=7936
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=7937",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7935",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7936,
    "results": [
        {
            "start": 970046986,
            "stop": 970047454
        },
        {
            "start": 970047460,
            "stop": 970047532
        },
        {
            "start": 970047535,
            "stop": 970047598
        },
        {
            "start": 970047604,
            "stop": 970047613
        },
        {
            "start": 970047619,
            "stop": 970047627
        },
        {
            "start": 970047633,
            "stop": 970047647
        },
        {
            "start": 970047653,
            "stop": 970047660
        },
        {
            "start": 970047666,
            "stop": 970048129
        },
        {
            "start": 970048135,
            "stop": 970049061
        },
        {
            "start": 970049067,
            "stop": 970049468
        },
        {
            "start": 970049474,
            "stop": 970049476
        },
        {
            "start": 970049484,
            "stop": 970049490
        },
        {
            "start": 970049502,
            "stop": 970049516
        },
        {
            "start": 970049523,
            "stop": 970049525
        },
        {
            "start": 970049551,
            "stop": 970050130
        },
        {
            "start": 970050133,
            "stop": 970050217
        },
        {
            "start": 970050223,
            "stop": 970050230
        },
        {
            "start": 970050236,
            "stop": 970050685
        },
        {
            "start": 970050691,
            "stop": 970051713
        },
        {
            "start": 970051719,
            "stop": 970052129
        }
    ]
}