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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4724",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4725,
    "results": [
        {
            "start": 874445534,
            "stop": 874445542
        },
        {
            "start": 874445562,
            "stop": 874445641
        },
        {
            "start": 874445668,
            "stop": 874445758
        },
        {
            "start": 874445793,
            "stop": 874445845
        },
        {
            "start": 874445901,
            "stop": 874445934
        },
        {
            "start": 874445953,
            "stop": 874445957
        },
        {
            "start": 874445993,
            "stop": 874446021
        },
        {
            "start": 874446073,
            "stop": 874446107
        },
        {
            "start": 874446129,
            "stop": 874446219
        },
        {
            "start": 874446238,
            "stop": 874446259
        },
        {
            "start": 874446296,
            "stop": 874446303
        },
        {
            "start": 874446322,
            "stop": 874446339
        },
        {
            "start": 874446469,
            "stop": 874446498
        },
        {
            "start": 874446535,
            "stop": 874446539
        },
        {
            "start": 874446584,
            "stop": 874446634
        },
        {
            "start": 874446803,
            "stop": 874446834
        },
        {
            "start": 874446866,
            "stop": 874447008
        },
        {
            "start": 874447028,
            "stop": 874447036
        },
        {
            "start": 874447055,
            "stop": 874447068
        },
        {
            "start": 874447091,
            "stop": 874447116
        }
    ]
}