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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=351",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 352,
    "results": [
        {
            "start": 931881879,
            "stop": 931881882
        },
        {
            "start": 931881884,
            "stop": 931882120
        },
        {
            "start": 931882121,
            "stop": 931882274
        },
        {
            "start": 931882276,
            "stop": 931882379
        },
        {
            "start": 931882380,
            "stop": 931882688
        },
        {
            "start": 931882691,
            "stop": 931882897
        },
        {
            "start": 931882899,
            "stop": 931883025
        },
        {
            "start": 931883028,
            "stop": 931883039
        },
        {
            "start": 931883040,
            "stop": 931883055
        },
        {
            "start": 931883058,
            "stop": 931883092
        },
        {
            "start": 931883098,
            "stop": 931883099
        },
        {
            "start": 931883100,
            "stop": 931883109
        },
        {
            "start": 931883110,
            "stop": 931883111
        },
        {
            "start": 931886700,
            "stop": 931886721
        },
        {
            "start": 931886722,
            "stop": 931886728
        },
        {
            "start": 931886729,
            "stop": 931886741
        },
        {
            "start": 931886742,
            "stop": 931887045
        },
        {
            "start": 931887046,
            "stop": 931887104
        },
        {
            "start": 931887105,
            "stop": 931887236
        },
        {
            "start": 931887238,
            "stop": 931887264
        }
    ]
}