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=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=185",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 186,
    "results": [
        {
            "start": 821643837,
            "stop": 821643886
        },
        {
            "start": 821643889,
            "stop": 821644023
        },
        {
            "start": 821644026,
            "stop": 821644032
        },
        {
            "start": 821644906,
            "stop": 821644993
        },
        {
            "start": 821644996,
            "stop": 821645329
        },
        {
            "start": 821645332,
            "stop": 821645535
        },
        {
            "start": 821645538,
            "stop": 821645570
        },
        {
            "start": 821645573,
            "stop": 821646132
        },
        {
            "start": 821646135,
            "stop": 821646303
        },
        {
            "start": 821646306,
            "stop": 821646353
        },
        {
            "start": 821646356,
            "stop": 821647020
        },
        {
            "start": 821647023,
            "stop": 821647302
        },
        {
            "start": 821647305,
            "stop": 821647435
        },
        {
            "start": 821647438,
            "stop": 821647641
        },
        {
            "start": 821647644,
            "stop": 821647675
        },
        {
            "start": 821647678,
            "stop": 821647740
        },
        {
            "start": 821647743,
            "stop": 821647862
        },
        {
            "start": 821648428,
            "stop": 821648489
        },
        {
            "start": 821648918,
            "stop": 821648948
        },
        {
            "start": 821648951,
            "stop": 821649262
        }
    ]
}