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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=270",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 271,
    "results": [
        {
            "start": 821686576,
            "stop": 821686583
        },
        {
            "start": 821686589,
            "stop": 821686601
        },
        {
            "start": 821686607,
            "stop": 821686625
        },
        {
            "start": 821686628,
            "stop": 821686667
        },
        {
            "start": 821686672,
            "stop": 821686681
        },
        {
            "start": 821686685,
            "stop": 821686692
        },
        {
            "start": 821686698,
            "stop": 821686699
        },
        {
            "start": 821686703,
            "stop": 821686705
        },
        {
            "start": 821686708,
            "stop": 821686711
        },
        {
            "start": 821686714,
            "stop": 821686730
        },
        {
            "start": 821686733,
            "stop": 821686739
        },
        {
            "start": 821686743,
            "stop": 821686763
        },
        {
            "start": 821686766,
            "stop": 821686768
        },
        {
            "start": 821686771,
            "stop": 821686784
        },
        {
            "start": 821686787,
            "stop": 821686790
        },
        {
            "start": 821686793,
            "stop": 821686808
        },
        {
            "start": 821686811,
            "stop": 821686813
        },
        {
            "start": 821686817,
            "stop": 821686830
        },
        {
            "start": 821686839,
            "stop": 821686843
        },
        {
            "start": 821686846,
            "stop": 821686861
        }
    ]
}