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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1798",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1796",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1797,
    "results": [
        {
            "start": 960183985,
            "stop": 960183997
        },
        {
            "start": 960183999,
            "stop": 960184031
        },
        {
            "start": 960184034,
            "stop": 960184046
        },
        {
            "start": 960184048,
            "stop": 960184104
        },
        {
            "start": 960184106,
            "stop": 960184119
        },
        {
            "start": 960184121,
            "stop": 960184151
        },
        {
            "start": 960184153,
            "stop": 960184157
        },
        {
            "start": 960184159,
            "stop": 960184164
        },
        {
            "start": 960184166,
            "stop": 960184254
        },
        {
            "start": 960184257,
            "stop": 960184264
        },
        {
            "start": 960184266,
            "stop": 960184277
        },
        {
            "start": 960184279,
            "stop": 960184456
        },
        {
            "start": 960184458,
            "stop": 960185390
        },
        {
            "start": 960185391,
            "stop": 960188801
        },
        {
            "start": 960192386,
            "stop": 960196147
        },
        {
            "start": 960196149,
            "stop": 960197774
        },
        {
            "start": 960198772,
            "stop": 960203100
        },
        {
            "start": 960203102,
            "stop": 960203177
        },
        {
            "start": 960207975,
            "stop": 960208358
        },
        {
            "start": 960208360,
            "stop": 960208372
        }
    ]
}