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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33079",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33077",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33078,
    "results": [
        {
            "start": 970471964,
            "stop": 970471965
        },
        {
            "start": 970471998,
            "stop": 970471999
        },
        {
            "start": 970472025,
            "stop": 970472026
        },
        {
            "start": 970472071,
            "stop": 970472072
        },
        {
            "start": 970472118,
            "stop": 970472119
        },
        {
            "start": 970472159,
            "stop": 970472161
        },
        {
            "start": 970472175,
            "stop": 970472176
        },
        {
            "start": 970472181,
            "stop": 970472183
        },
        {
            "start": 970472196,
            "stop": 970472197
        },
        {
            "start": 970472234,
            "stop": 970472235
        },
        {
            "start": 970472248,
            "stop": 970472249
        },
        {
            "start": 970472285,
            "stop": 970472286
        },
        {
            "start": 970472311,
            "stop": 970472315
        },
        {
            "start": 970472392,
            "stop": 970472393
        },
        {
            "start": 970472395,
            "stop": 970472396
        },
        {
            "start": 970472416,
            "stop": 970472417
        },
        {
            "start": 970472418,
            "stop": 970472419
        },
        {
            "start": 970472421,
            "stop": 970472422
        },
        {
            "start": 970472438,
            "stop": 970472439
        },
        {
            "start": 970472581,
            "stop": 970472582
        }
    ]
}