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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=173",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 174,
    "results": [
        {
            "start": 1239850221,
            "stop": 1239850254
        },
        {
            "start": 1239850255,
            "stop": 1239850268
        },
        {
            "start": 1239850269,
            "stop": 1239850289
        },
        {
            "start": 1239850291,
            "stop": 1239850460
        },
        {
            "start": 1239850461,
            "stop": 1239850467
        },
        {
            "start": 1239850468,
            "stop": 1239850543
        },
        {
            "start": 1239850544,
            "stop": 1239850577
        },
        {
            "start": 1239850578,
            "stop": 1239850762
        },
        {
            "start": 1239850764,
            "stop": 1239850768
        },
        {
            "start": 1239850769,
            "stop": 1239850805
        },
        {
            "start": 1239850808,
            "stop": 1239850813
        },
        {
            "start": 1239850814,
            "stop": 1239850867
        },
        {
            "start": 1239850869,
            "stop": 1239850968
        },
        {
            "start": 1239850971,
            "stop": 1239851177
        },
        {
            "start": 1239851181,
            "stop": 1239851211
        },
        {
            "start": 1239851212,
            "stop": 1239851285
        },
        {
            "start": 1239851287,
            "stop": 1239851371
        },
        {
            "start": 1239851373,
            "stop": 1239851469
        },
        {
            "start": 1239851470,
            "stop": 1239851891
        },
        {
            "start": 1239851892,
            "stop": 1239852401
        }
    ]
}