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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33153",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33154,
    "results": [
        {
            "start": 970602983,
            "stop": 970603006
        },
        {
            "start": 970603007,
            "stop": 970603012
        },
        {
            "start": 970603013,
            "stop": 970603066
        },
        {
            "start": 970603068,
            "stop": 970603071
        },
        {
            "start": 970603074,
            "stop": 970603079
        },
        {
            "start": 970603080,
            "stop": 970603118
        },
        {
            "start": 970603119,
            "stop": 970603180
        },
        {
            "start": 970603181,
            "stop": 970603202
        },
        {
            "start": 970603203,
            "stop": 970603219
        },
        {
            "start": 970603220,
            "stop": 970603222
        },
        {
            "start": 970603223,
            "stop": 970603239
        },
        {
            "start": 970603241,
            "stop": 970603247
        },
        {
            "start": 970603248,
            "stop": 970603267
        },
        {
            "start": 970603268,
            "stop": 970603275
        },
        {
            "start": 970603277,
            "stop": 970603298
        },
        {
            "start": 970603300,
            "stop": 970603308
        },
        {
            "start": 970603310,
            "stop": 970603327
        },
        {
            "start": 970603330,
            "stop": 970603381
        },
        {
            "start": 970603382,
            "stop": 970603383
        },
        {
            "start": 970603385,
            "stop": 970603394
        }
    ]
}