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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6428",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6426",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6427,
    "results": [
        {
            "start": 873796544,
            "stop": 873797100
        },
        {
            "start": 873797101,
            "stop": 873797843
        },
        {
            "start": 873797847,
            "stop": 873798053
        },
        {
            "start": 873798055,
            "stop": 873798184
        },
        {
            "start": 873798185,
            "stop": 873798192
        },
        {
            "start": 873798193,
            "stop": 873798642
        },
        {
            "start": 873798643,
            "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
        },
        {
            "start": 873803194,
            "stop": 873803306
        },
        {
            "start": 873803307,
            "stop": 873803571
        },
        {
            "start": 873803572,
            "stop": 873804095
        },
        {
            "start": 873804096,
            "stop": 873804655
        }
    ]
}