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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33123",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33124,
    "results": [
        {
            "start": 970562757,
            "stop": 970562769
        },
        {
            "start": 970562770,
            "stop": 970562778
        },
        {
            "start": 970562779,
            "stop": 970562793
        },
        {
            "start": 970562795,
            "stop": 970562808
        },
        {
            "start": 970562810,
            "stop": 970562813
        },
        {
            "start": 970562814,
            "stop": 970562830
        },
        {
            "start": 970562832,
            "stop": 970562833
        },
        {
            "start": 970562837,
            "stop": 970562860
        },
        {
            "start": 970562862,
            "stop": 970562871
        },
        {
            "start": 970562874,
            "stop": 970562891
        },
        {
            "start": 970562894,
            "stop": 970562917
        },
        {
            "start": 970562918,
            "stop": 970562925
        },
        {
            "start": 970562926,
            "stop": 970562928
        },
        {
            "start": 970562930,
            "stop": 970562952
        },
        {
            "start": 970562955,
            "stop": 970563004
        },
        {
            "start": 970563005,
            "stop": 970563006
        },
        {
            "start": 970563007,
            "stop": 970563017
        },
        {
            "start": 970563019,
            "stop": 970563041
        },
        {
            "start": 970563042,
            "stop": 970563046
        },
        {
            "start": 970563049,
            "stop": 970563051
        }
    ]
}