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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=336",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 337,
    "results": [
        {
            "start": 845467074,
            "stop": 845468850
        },
        {
            "start": 845468960,
            "stop": 845469107
        },
        {
            "start": 845469201,
            "stop": 845471133
        },
        {
            "start": 845471135,
            "stop": 845473308
        },
        {
            "start": 845474568,
            "stop": 845475964
        },
        {
            "start": 845475965,
            "stop": 845478263
        },
        {
            "start": 845479539,
            "stop": 845482060
        },
        {
            "start": 845482125,
            "stop": 845483584
        },
        {
            "start": 845483585,
            "stop": 845484092
        },
        {
            "start": 845485304,
            "stop": 845490645
        },
        {
            "start": 845492792,
            "stop": 845493842
        },
        {
            "start": 845498313,
            "stop": 845499282
        },
        {
            "start": 845499284,
            "stop": 845503788
        },
        {
            "start": 845503791,
            "stop": 845511194
        },
        {
            "start": 845511195,
            "stop": 845516478
        },
        {
            "start": 845516479,
            "stop": 845521004
        },
        {
            "start": 845521006,
            "stop": 845522000
        },
        {
            "start": 845522002,
            "stop": 845523088
        },
        {
            "start": 845523090,
            "stop": 845534115
        },
        {
            "start": 845534117,
            "stop": 845536100
        }
    ]
}