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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=234",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 235,
    "results": [
        {
            "start": 931675299,
            "stop": 931675300
        },
        {
            "start": 931675303,
            "stop": 931675304
        },
        {
            "start": 931675307,
            "stop": 931675323
        },
        {
            "start": 931675330,
            "stop": 931675340
        },
        {
            "start": 931675343,
            "stop": 931675364
        },
        {
            "start": 931675367,
            "stop": 931675375
        },
        {
            "start": 931675377,
            "stop": 931675383
        },
        {
            "start": 931675386,
            "stop": 931675399
        },
        {
            "start": 931675405,
            "stop": 931675406
        },
        {
            "start": 931675410,
            "stop": 931675413
        },
        {
            "start": 931675415,
            "stop": 931675418
        },
        {
            "start": 931675421,
            "stop": 931675428
        },
        {
            "start": 931675430,
            "stop": 931675448
        },
        {
            "start": 931675451,
            "stop": 931675455
        },
        {
            "start": 931675457,
            "stop": 931675458
        },
        {
            "start": 931675462,
            "stop": 931675473
        },
        {
            "start": 931675476,
            "stop": 931675483
        },
        {
            "start": 931675486,
            "stop": 931675499
        },
        {
            "start": 931675504,
            "stop": 931675505
        },
        {
            "start": 931675507,
            "stop": 931675511
        }
    ]
}