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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=223",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 224,
    "results": [
        {
            "start": 931161275,
            "stop": 931161276
        },
        {
            "start": 931161279,
            "stop": 931161284
        },
        {
            "start": 931161286,
            "stop": 931161287
        },
        {
            "start": 931161289,
            "stop": 931161290
        },
        {
            "start": 931161291,
            "stop": 931161292
        },
        {
            "start": 931161294,
            "stop": 931161297
        },
        {
            "start": 931161299,
            "stop": 931161302
        },
        {
            "start": 931161303,
            "stop": 931161304
        },
        {
            "start": 931161306,
            "stop": 931161309
        },
        {
            "start": 931161311,
            "stop": 931161312
        },
        {
            "start": 931161314,
            "stop": 931161315
        },
        {
            "start": 931161317,
            "stop": 931161321
        },
        {
            "start": 931161324,
            "stop": 931161332
        },
        {
            "start": 931161334,
            "stop": 931161337
        },
        {
            "start": 931161341,
            "stop": 931161344
        },
        {
            "start": 931161346,
            "stop": 931161349
        },
        {
            "start": 931161350,
            "stop": 931161354
        },
        {
            "start": 931161355,
            "stop": 931161364
        },
        {
            "start": 931161365,
            "stop": 931161366
        },
        {
            "start": 931161368,
            "stop": 931161373
        }
    ]
}