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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7018",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7019,
    "results": [
        {
            "start": 873794974,
            "stop": 873795432
        },
        {
            "start": 873795433,
            "stop": 873796268
        },
        {
            "start": 873796269,
            "stop": 873796480
        },
        {
            "start": 873796482,
            "stop": 873796543
        },
        {
            "start": 873796544,
            "stop": 873797100
        },
        {
            "start": 873797101,
            "stop": 873798053
        },
        {
            "start": 873798055,
            "stop": 873798184
        },
        {
            "start": 873798185,
            "stop": 873798192
        },
        {
            "start": 873798193,
            "stop": 873798642
        },
        {
            "start": 873798643,
            "stop": 873799459
        },
        {
            "start": 873799462,
            "stop": 873799691
        },
        {
            "start": 873799693,
            "stop": 873799752
        },
        {
            "start": 873799753,
            "stop": 873799815
        },
        {
            "start": 873799816,
            "stop": 873800439
        },
        {
            "start": 873800440,
            "stop": 873801214
        },
        {
            "start": 873801215,
            "stop": 873801415
        },
        {
            "start": 873801416,
            "stop": 873801627
        },
        {
            "start": 873801628,
            "stop": 873802227
        },
        {
            "start": 873802228,
            "stop": 873802914
        },
        {
            "start": 873802916,
            "stop": 873803193
        }
    ]
}