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=702
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=703",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=701",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 702,
    "results": [
        {
            "start": 849113167,
            "stop": 849122130
        },
        {
            "start": 849122190,
            "stop": 849147707
        },
        {
            "start": 849166101,
            "stop": 849171725
        },
        {
            "start": 849171728,
            "stop": 849171729
        },
        {
            "start": 849171732,
            "stop": 849171734
        },
        {
            "start": 849171745,
            "stop": 849180718
        },
        {
            "start": 849180721,
            "stop": 849192525
        },
        {
            "start": 849192528,
            "stop": 849192529
        },
        {
            "start": 849192575,
            "stop": 849192658
        },
        {
            "start": 849192661,
            "stop": 849192688
        },
        {
            "start": 849192691,
            "stop": 849195583
        },
        {
            "start": 849195586,
            "stop": 849201078
        },
        {
            "start": 849201081,
            "stop": 849201104
        },
        {
            "start": 849201112,
            "stop": 849212653
        },
        {
            "start": 849214041,
            "stop": 849214408
        },
        {
            "start": 849216268,
            "stop": 849225435
        },
        {
            "start": 849225437,
            "stop": 849248235
        },
        {
            "start": 849249890,
            "stop": 849251521
        },
        {
            "start": 849251523,
            "stop": 849251610
        },
        {
            "start": 849251670,
            "stop": 849300036
        }
    ]
}