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=33160
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=33161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33159",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33160,
    "results": [
        {
            "start": 970655982,
            "stop": 970657659
        },
        {
            "start": 970657660,
            "stop": 970659566
        },
        {
            "start": 970659567,
            "stop": 970661409
        },
        {
            "start": 970661412,
            "stop": 970661465
        },
        {
            "start": 970661468,
            "stop": 970661570
        },
        {
            "start": 970661571,
            "stop": 970661737
        },
        {
            "start": 970661740,
            "stop": 970661987
        },
        {
            "start": 970661990,
            "stop": 970662092
        },
        {
            "start": 970662095,
            "stop": 970662488
        },
        {
            "start": 970662491,
            "stop": 970662733
        },
        {
            "start": 970662736,
            "stop": 970663467
        },
        {
            "start": 970663468,
            "stop": 970663488
        },
        {
            "start": 970663491,
            "stop": 970663558
        },
        {
            "start": 970663561,
            "stop": 970665096
        },
        {
            "start": 970665099,
            "stop": 970665223
        },
        {
            "start": 970665226,
            "stop": 970665888
        },
        {
            "start": 970665889,
            "stop": 970666836
        },
        {
            "start": 970666838,
            "stop": 970667155
        },
        {
            "start": 970667158,
            "stop": 970667952
        },
        {
            "start": 970667953,
            "stop": 970668083
        }
    ]
}