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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=201",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 202,
    "results": [
        {
            "start": 931152339,
            "stop": 931152340
        },
        {
            "start": 931152344,
            "stop": 931152346
        },
        {
            "start": 931152347,
            "stop": 931152350
        },
        {
            "start": 931152351,
            "stop": 931152352
        },
        {
            "start": 931152353,
            "stop": 931152355
        },
        {
            "start": 931152361,
            "stop": 931152364
        },
        {
            "start": 931152366,
            "stop": 931152371
        },
        {
            "start": 931152372,
            "stop": 931152373
        },
        {
            "start": 931152375,
            "stop": 931152382
        },
        {
            "start": 931152384,
            "stop": 931152390
        },
        {
            "start": 931152394,
            "stop": 931152400
        },
        {
            "start": 931152404,
            "stop": 931152406
        },
        {
            "start": 931152407,
            "stop": 931152412
        },
        {
            "start": 931152413,
            "stop": 931152414
        },
        {
            "start": 931152415,
            "stop": 931152420
        },
        {
            "start": 931152423,
            "stop": 931152424
        },
        {
            "start": 931152425,
            "stop": 931152428
        },
        {
            "start": 931152429,
            "stop": 931152433
        },
        {
            "start": 931152436,
            "stop": 931152438
        },
        {
            "start": 931152442,
            "stop": 931152444
        }
    ]
}