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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6414",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6415,
    "results": [
        {
            "start": 873744124,
            "stop": 873744202
        },
        {
            "start": 873744203,
            "stop": 873744267
        },
        {
            "start": 873744268,
            "stop": 873744408
        },
        {
            "start": 873744409,
            "stop": 873744469
        },
        {
            "start": 873744470,
            "stop": 873744740
        },
        {
            "start": 873744741,
            "stop": 873745230
        },
        {
            "start": 873745231,
            "stop": 873745553
        },
        {
            "start": 873745554,
            "stop": 873745589
        },
        {
            "start": 873746535,
            "stop": 873746653
        },
        {
            "start": 873746654,
            "stop": 873747174
        },
        {
            "start": 873747175,
            "stop": 873747426
        },
        {
            "start": 873747427,
            "stop": 873747624
        },
        {
            "start": 873747625,
            "stop": 873747751
        },
        {
            "start": 873747752,
            "stop": 873747768
        },
        {
            "start": 873747769,
            "stop": 873747827
        },
        {
            "start": 873747829,
            "stop": 873747894
        },
        {
            "start": 873747895,
            "stop": 873747984
        },
        {
            "start": 873747986,
            "stop": 873748027
        },
        {
            "start": 873748029,
            "stop": 873748040
        },
        {
            "start": 873748041,
            "stop": 873748050
        }
    ]
}