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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=320",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 321,
    "results": [
        {
            "start": 823067568,
            "stop": 823067570
        },
        {
            "start": 823067573,
            "stop": 823067639
        },
        {
            "start": 823067642,
            "stop": 823067991
        },
        {
            "start": 823067995,
            "stop": 823067997
        },
        {
            "start": 823068000,
            "stop": 823068004
        },
        {
            "start": 823068007,
            "stop": 823068039
        },
        {
            "start": 823068042,
            "stop": 823068108
        },
        {
            "start": 823068111,
            "stop": 823068114
        },
        {
            "start": 823068118,
            "stop": 823068276
        },
        {
            "start": 823068279,
            "stop": 823068402
        },
        {
            "start": 823068405,
            "stop": 823068707
        },
        {
            "start": 823068710,
            "stop": 823068731
        },
        {
            "start": 823068734,
            "stop": 823068736
        },
        {
            "start": 823068740,
            "stop": 823068878
        },
        {
            "start": 823068881,
            "stop": 823068884
        },
        {
            "start": 823068888,
            "stop": 823068891
        },
        {
            "start": 823068894,
            "stop": 823068964
        },
        {
            "start": 823068967,
            "stop": 823068999
        },
        {
            "start": 823069003,
            "stop": 823069062
        },
        {
            "start": 823069245,
            "stop": 823069311
        }
    ]
}