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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=370",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 371,
    "results": [
        {
            "start": 1260922173,
            "stop": 1260922186
        },
        {
            "start": 1260922189,
            "stop": 1260922457
        },
        {
            "start": 1260922460,
            "stop": 1260922517
        },
        {
            "start": 1260922520,
            "stop": 1260922987
        },
        {
            "start": 1260922990,
            "stop": 1260923007
        },
        {
            "start": 1260923010,
            "stop": 1260923089
        },
        {
            "start": 1260923092,
            "stop": 1260923252
        },
        {
            "start": 1260923355,
            "stop": 1260923645
        },
        {
            "start": 1260923648,
            "stop": 1260923683
        },
        {
            "start": 1260923686,
            "stop": 1260923695
        },
        {
            "start": 1260923698,
            "stop": 1260923766
        },
        {
            "start": 1260923769,
            "stop": 1260924536
        },
        {
            "start": 1260924539,
            "stop": 1260924540
        },
        {
            "start": 1260924543,
            "stop": 1260925538
        },
        {
            "start": 1260925541,
            "stop": 1260925652
        },
        {
            "start": 1260925655,
            "stop": 1260925657
        },
        {
            "start": 1260925660,
            "stop": 1260925714
        },
        {
            "start": 1260925717,
            "stop": 1260925736
        },
        {
            "start": 1260925739,
            "stop": 1260925919
        },
        {
            "start": 1260925922,
            "stop": 1260925933
        }
    ]
}