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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7353",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7351",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7352,
    "results": [
        {
            "start": 969382754,
            "stop": 969382780
        },
        {
            "start": 969382907,
            "stop": 969382948
        },
        {
            "start": 969382952,
            "stop": 969382968
        },
        {
            "start": 969382971,
            "stop": 969382981
        },
        {
            "start": 969383003,
            "stop": 969383014
        },
        {
            "start": 969383035,
            "stop": 969383147
        },
        {
            "start": 969383447,
            "stop": 969383482
        },
        {
            "start": 969383485,
            "stop": 969383621
        },
        {
            "start": 969383624,
            "stop": 969383687
        },
        {
            "start": 969383938,
            "stop": 969384000
        },
        {
            "start": 969384021,
            "stop": 969384030
        },
        {
            "start": 969384033,
            "stop": 969384041
        },
        {
            "start": 969384044,
            "stop": 969384128
        },
        {
            "start": 969384131,
            "stop": 969384278
        },
        {
            "start": 969384281,
            "stop": 969384407
        },
        {
            "start": 969384527,
            "stop": 969384576
        },
        {
            "start": 969384579,
            "stop": 969384626
        },
        {
            "start": 969384637,
            "stop": 969384640
        },
        {
            "start": 969384707,
            "stop": 969384782
        },
        {
            "start": 969384785,
            "stop": 969384863
        }
    ]
}