Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=45
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=44",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 45,
    "results": [
        {
            "start": 816169944,
            "stop": 816169966
        },
        {
            "start": 816169969,
            "stop": 816169987
        },
        {
            "start": 816169991,
            "stop": 816170034
        },
        {
            "start": 816170038,
            "stop": 816170309
        },
        {
            "start": 816170312,
            "stop": 816170418
        },
        {
            "start": 816170421,
            "stop": 816170442
        },
        {
            "start": 816170445,
            "stop": 816170592
        },
        {
            "start": 816170595,
            "stop": 816170628
        },
        {
            "start": 816170631,
            "stop": 816170673
        },
        {
            "start": 816170678,
            "stop": 816170746
        },
        {
            "start": 816170749,
            "stop": 816170823
        },
        {
            "start": 816170826,
            "stop": 816170927
        },
        {
            "start": 816170930,
            "stop": 816170944
        },
        {
            "start": 816170947,
            "stop": 816171278
        },
        {
            "start": 816171281,
            "stop": 816171346
        },
        {
            "start": 816171349,
            "stop": 816171621
        },
        {
            "start": 816171624,
            "stop": 816171716
        },
        {
            "start": 816171719,
            "stop": 816171768
        },
        {
            "start": 816171771,
            "stop": 816172026
        },
        {
            "start": 816172029,
            "stop": 816172042
        }
    ]
}