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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=399",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=397",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 398,
    "results": [
        {
            "start": 825986656,
            "stop": 825986690
        },
        {
            "start": 825986770,
            "stop": 825986779
        },
        {
            "start": 825986787,
            "stop": 825987290
        },
        {
            "start": 825987370,
            "stop": 825987649
        },
        {
            "start": 825988803,
            "stop": 825988908
        },
        {
            "start": 825989821,
            "stop": 825990269
        },
        {
            "start": 825990276,
            "stop": 825990375
        },
        {
            "start": 825990382,
            "stop": 825990429
        },
        {
            "start": 825990436,
            "stop": 825990950
        },
        {
            "start": 825991030,
            "stop": 825991598
        },
        {
            "start": 825992014,
            "stop": 825992724
        },
        {
            "start": 825992731,
            "stop": 825992856
        },
        {
            "start": 825992864,
            "stop": 825993120
        },
        {
            "start": 825993127,
            "stop": 825993667
        },
        {
            "start": 825993674,
            "stop": 825993890
        },
        {
            "start": 825993970,
            "stop": 825994932
        },
        {
            "start": 825994939,
            "stop": 825996554
        },
        {
            "start": 825996561,
            "stop": 825997701
        },
        {
            "start": 825997708,
            "stop": 825999720
        },
        {
            "start": 825999780,
            "stop": 825999864
        }
    ]
}