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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=143",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 144,
    "results": [
        {
            "start": 1126661676,
            "stop": 1126661679
        },
        {
            "start": 1126661680,
            "stop": 1126661705
        },
        {
            "start": 1126661708,
            "stop": 1126661709
        },
        {
            "start": 1126661710,
            "stop": 1126661712
        },
        {
            "start": 1126661714,
            "stop": 1126661716
        },
        {
            "start": 1126661718,
            "stop": 1126661864
        },
        {
            "start": 1126661866,
            "stop": 1126661907
        },
        {
            "start": 1126661908,
            "stop": 1126661942
        },
        {
            "start": 1126661943,
            "stop": 1126661945
        },
        {
            "start": 1126661947,
            "stop": 1126661950
        },
        {
            "start": 1126661953,
            "stop": 1126661986
        },
        {
            "start": 1126661988,
            "stop": 1126662022
        },
        {
            "start": 1126662023,
            "stop": 1126662044
        },
        {
            "start": 1126662045,
            "stop": 1126662072
        },
        {
            "start": 1126662074,
            "stop": 1126662116
        },
        {
            "start": 1126662117,
            "stop": 1126662324
        },
        {
            "start": 1126662326,
            "stop": 1126662398
        },
        {
            "start": 1126662399,
            "stop": 1126662400
        },
        {
            "start": 1126662403,
            "stop": 1126662421
        },
        {
            "start": 1126662422,
            "stop": 1126662505
        }
    ]
}