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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=123",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 124,
    "results": [
        {
            "start": 825752870,
            "stop": 825752878
        },
        {
            "start": 825752880,
            "stop": 825752900
        },
        {
            "start": 825752902,
            "stop": 825752934
        },
        {
            "start": 825752936,
            "stop": 825752987
        },
        {
            "start": 825752989,
            "stop": 825753021
        },
        {
            "start": 825753023,
            "stop": 825753024
        },
        {
            "start": 825753026,
            "stop": 825753027
        },
        {
            "start": 825753029,
            "stop": 825753040
        },
        {
            "start": 825753042,
            "stop": 825753072
        },
        {
            "start": 825753074,
            "stop": 825753113
        },
        {
            "start": 825753116,
            "stop": 825753120
        },
        {
            "start": 825753122,
            "stop": 825753132
        },
        {
            "start": 825753134,
            "stop": 825753135
        },
        {
            "start": 825753137,
            "stop": 825753142
        },
        {
            "start": 825753145,
            "stop": 825755325
        },
        {
            "start": 825755327,
            "stop": 825755336
        },
        {
            "start": 825755339,
            "stop": 825764379
        },
        {
            "start": 825766094,
            "stop": 825770430
        },
        {
            "start": 825772269,
            "stop": 825779442
        },
        {
            "start": 825779448,
            "stop": 825779460
        }
    ]
}