Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4946
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=4947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4945",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4946,
    "results": [
        {
            "start": 874427760,
            "stop": 874427763
        },
        {
            "start": 874427778,
            "stop": 874427876
        },
        {
            "start": 874427884,
            "stop": 874427977
        },
        {
            "start": 874427985,
            "stop": 874428041
        },
        {
            "start": 874428048,
            "stop": 874428265
        },
        {
            "start": 874428273,
            "stop": 874428302
        },
        {
            "start": 874428309,
            "stop": 874428338
        },
        {
            "start": 874428346,
            "stop": 874428417
        },
        {
            "start": 874428424,
            "stop": 874428485
        },
        {
            "start": 874428492,
            "stop": 874428513
        },
        {
            "start": 874428520,
            "stop": 874428529
        },
        {
            "start": 874428536,
            "stop": 874428602
        },
        {
            "start": 874428609,
            "stop": 874428707
        },
        {
            "start": 874428715,
            "stop": 874428761
        },
        {
            "start": 874428768,
            "stop": 874428800
        },
        {
            "start": 874428812,
            "stop": 874428830
        },
        {
            "start": 874428839,
            "stop": 874428919
        },
        {
            "start": 874428926,
            "stop": 874429115
        },
        {
            "start": 874429122,
            "stop": 874429190
        },
        {
            "start": 874429197,
            "stop": 874429222
        }
    ]
}