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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1978",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1979,
    "results": [
        {
            "start": 855818460,
            "stop": 855824000
        },
        {
            "start": 855824338,
            "stop": 855862410
        },
        {
            "start": 855863981,
            "stop": 855864436
        },
        {
            "start": 855865787,
            "stop": 855866238
        },
        {
            "start": 855866693,
            "stop": 855866828
        },
        {
            "start": 855866938,
            "stop": 855866950
        },
        {
            "start": 855867250,
            "stop": 855867698
        },
        {
            "start": 855867944,
            "stop": 855868002
        },
        {
            "start": 855868008,
            "stop": 855868376
        },
        {
            "start": 855868676,
            "stop": 855869762
        },
        {
            "start": 855869872,
            "stop": 855870053
        },
        {
            "start": 855872992,
            "stop": 855873484
        },
        {
            "start": 855873759,
            "stop": 855873787
        },
        {
            "start": 855873897,
            "stop": 855874343
        },
        {
            "start": 855874519,
            "stop": 855875179
        },
        {
            "start": 855875479,
            "stop": 855875875
        },
        {
            "start": 855876020,
            "stop": 855877585
        },
        {
            "start": 855877702,
            "stop": 855880386
        },
        {
            "start": 855881028,
            "stop": 855901470
        },
        {
            "start": 855902474,
            "stop": 855907587
        }
    ]
}