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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=166",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 167,
    "results": [
        {
            "start": 819988128,
            "stop": 819988146
        },
        {
            "start": 819988153,
            "stop": 819988460
        },
        {
            "start": 819988468,
            "stop": 819988739
        },
        {
            "start": 819988759,
            "stop": 819988773
        },
        {
            "start": 819988780,
            "stop": 819988994
        },
        {
            "start": 819989001,
            "stop": 819989149
        },
        {
            "start": 819989157,
            "stop": 819990044
        },
        {
            "start": 819990051,
            "stop": 819990267
        },
        {
            "start": 819990275,
            "stop": 819990481
        },
        {
            "start": 819990488,
            "stop": 819991338
        },
        {
            "start": 819991347,
            "stop": 819991888
        },
        {
            "start": 819991895,
            "stop": 819992497
        },
        {
            "start": 819992504,
            "stop": 819992586
        },
        {
            "start": 819992594,
            "stop": 819992876
        },
        {
            "start": 819992883,
            "stop": 819993124
        },
        {
            "start": 819993132,
            "stop": 819993199
        },
        {
            "start": 819993206,
            "stop": 819993390
        },
        {
            "start": 819993397,
            "stop": 819993732
        },
        {
            "start": 819993739,
            "stop": 819993772
        },
        {
            "start": 819993779,
            "stop": 819994055
        }
    ]
}