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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1852",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1853,
    "results": [
        {
            "start": 843890870,
            "stop": 843890872
        },
        {
            "start": 843890874,
            "stop": 843890879
        },
        {
            "start": 843890881,
            "stop": 843890918
        },
        {
            "start": 843890922,
            "stop": 843890937
        },
        {
            "start": 843890940,
            "stop": 843890943
        },
        {
            "start": 843890946,
            "stop": 843890961
        },
        {
            "start": 843890963,
            "stop": 843890982
        },
        {
            "start": 843890984,
            "stop": 843891001
        },
        {
            "start": 843891003,
            "stop": 843891036
        },
        {
            "start": 843891038,
            "stop": 843891043
        },
        {
            "start": 843891045,
            "stop": 843891048
        },
        {
            "start": 843891051,
            "stop": 843891061
        },
        {
            "start": 843891064,
            "stop": 843891068
        },
        {
            "start": 843891070,
            "stop": 843891073
        },
        {
            "start": 843891076,
            "stop": 843891078
        },
        {
            "start": 843891080,
            "stop": 843891082
        },
        {
            "start": 843891084,
            "stop": 843891089
        },
        {
            "start": 843891091,
            "stop": 843891099
        },
        {
            "start": 843891100,
            "stop": 843891124
        },
        {
            "start": 843891126,
            "stop": 843891132
        }
    ]
}