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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29378",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29376",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29377,
    "results": [
        {
            "start": 971388848,
            "stop": 971388861
        },
        {
            "start": 971388864,
            "stop": 971389940
        },
        {
            "start": 971389943,
            "stop": 971390229
        },
        {
            "start": 971390232,
            "stop": 971390357
        },
        {
            "start": 971390359,
            "stop": 971390644
        },
        {
            "start": 971390646,
            "stop": 971390650
        },
        {
            "start": 971390653,
            "stop": 971390740
        },
        {
            "start": 971390743,
            "stop": 971390815
        },
        {
            "start": 971390818,
            "stop": 971391788
        },
        {
            "start": 971391790,
            "stop": 971392023
        },
        {
            "start": 971392025,
            "stop": 971392149
        },
        {
            "start": 971392151,
            "stop": 971392167
        },
        {
            "start": 971392169,
            "stop": 971392170
        },
        {
            "start": 971392172,
            "stop": 971392187
        },
        {
            "start": 971392189,
            "stop": 971392229
        },
        {
            "start": 971392232,
            "stop": 971392406
        },
        {
            "start": 971392409,
            "stop": 971392489
        },
        {
            "start": 971392492,
            "stop": 971393037
        },
        {
            "start": 971393040,
            "stop": 971393284
        },
        {
            "start": 971393285,
            "stop": 971393782
        }
    ]
}