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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=609",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=607",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 608,
    "results": [
        {
            "start": 1262935087,
            "stop": 1262935216
        },
        {
            "start": 1262935219,
            "stop": 1262935259
        },
        {
            "start": 1262935262,
            "stop": 1262935317
        },
        {
            "start": 1262935320,
            "stop": 1262935327
        },
        {
            "start": 1262935330,
            "stop": 1262935527
        },
        {
            "start": 1262935530,
            "stop": 1262935569
        },
        {
            "start": 1262935572,
            "stop": 1262935610
        },
        {
            "start": 1262935613,
            "stop": 1262935647
        },
        {
            "start": 1262935650,
            "stop": 1262935654
        },
        {
            "start": 1262935657,
            "stop": 1262935728
        },
        {
            "start": 1262935731,
            "stop": 1262935751
        },
        {
            "start": 1262935754,
            "stop": 1262935793
        },
        {
            "start": 1262935796,
            "stop": 1262935851
        },
        {
            "start": 1262935854,
            "stop": 1262935913
        },
        {
            "start": 1262935916,
            "stop": 1262935919
        },
        {
            "start": 1262935922,
            "stop": 1262935933
        },
        {
            "start": 1262935936,
            "stop": 1262935952
        },
        {
            "start": 1262935955,
            "stop": 1262936342
        },
        {
            "start": 1262936345,
            "stop": 1262936414
        },
        {
            "start": 1262936417,
            "stop": 1262936668
        }
    ]
}