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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=515",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=513",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 514,
    "results": [
        {
            "start": 868739155,
            "stop": 868739272
        },
        {
            "start": 868739280,
            "stop": 868742622
        },
        {
            "start": 868742628,
            "stop": 868742970
        },
        {
            "start": 868742975,
            "stop": 868744740
        },
        {
            "start": 868746343,
            "stop": 868748345
        },
        {
            "start": 868748557,
            "stop": 868751229
        },
        {
            "start": 868751230,
            "stop": 868752977
        },
        {
            "start": 868754245,
            "stop": 868770567
        },
        {
            "start": 868770569,
            "stop": 868790389
        },
        {
            "start": 868790391,
            "stop": 868793878
        },
        {
            "start": 868793880,
            "stop": 868793912
        },
        {
            "start": 868842015,
            "stop": 868851330
        },
        {
            "start": 868851682,
            "stop": 868856082
        },
        {
            "start": 868856088,
            "stop": 868864950
        },
        {
            "start": 868866193,
            "stop": 868870557
        },
        {
            "start": 868870563,
            "stop": 868874234
        },
        {
            "start": 868874236,
            "stop": 868887977
        },
        {
            "start": 868887983,
            "stop": 868887990
        },
        {
            "start": 868887995,
            "stop": 868888010
        },
        {
            "start": 868888015,
            "stop": 868891602
        }
    ]
}