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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=730",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=728",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 729,
    "results": [
        {
            "start": 853423109,
            "stop": 853439616
        },
        {
            "start": 853439622,
            "stop": 853439623
        },
        {
            "start": 853439631,
            "stop": 853442650
        },
        {
            "start": 853442660,
            "stop": 853442663
        },
        {
            "start": 853442702,
            "stop": 853444759
        },
        {
            "start": 853445602,
            "stop": 853453958
        },
        {
            "start": 853454504,
            "stop": 853478970
        },
        {
            "start": 853479030,
            "stop": 853479057
        },
        {
            "start": 853480707,
            "stop": 853482696
        },
        {
            "start": 853484158,
            "stop": 853500827
        },
        {
            "start": 853500830,
            "stop": 853500852
        },
        {
            "start": 853500866,
            "stop": 853510094
        },
        {
            "start": 853510095,
            "stop": 853515294
        },
        {
            "start": 853515305,
            "stop": 853522287
        },
        {
            "start": 853579586,
            "stop": 853589810
        },
        {
            "start": 853589811,
            "stop": 853595419
        },
        {
            "start": 853595422,
            "stop": 853595432
        },
        {
            "start": 853597066,
            "stop": 853603856
        },
        {
            "start": 853666463,
            "stop": 853668736
        },
        {
            "start": 853669905,
            "stop": 853673736
        }
    ]
}