Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3651
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3652",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3650",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3651,
    "results": [
        {
            "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
        },
        {
            "start": 970668084,
            "stop": 970668687
        },
        {
            "start": 970668690,
            "stop": 970668726
        },
        {
            "start": 970668729,
            "stop": 970668916
        },
        {
            "start": 970668919,
            "stop": 970668923
        },
        {
            "start": 970668926,
            "stop": 970668944
        },
        {
            "start": 970668951,
            "stop": 970668965
        },
        {
            "start": 970668968,
            "stop": 970669161
        },
        {
            "start": 970669164,
            "stop": 970669376
        },
        {
            "start": 970669379,
            "stop": 970669837
        }
    ]
}