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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3715",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3713",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3714,
    "results": [
        {
            "start": 873305674,
            "stop": 873305742
        },
        {
            "start": 873305759,
            "stop": 873305790
        },
        {
            "start": 873305807,
            "stop": 873305809
        },
        {
            "start": 873305848,
            "stop": 873305857
        },
        {
            "start": 873305874,
            "stop": 873305901
        },
        {
            "start": 873305919,
            "stop": 873305920
        },
        {
            "start": 873305960,
            "stop": 873306003
        },
        {
            "start": 873306020,
            "stop": 873306045
        },
        {
            "start": 873306069,
            "stop": 873306076
        },
        {
            "start": 873306105,
            "stop": 873306134
        },
        {
            "start": 873306153,
            "stop": 873306186
        },
        {
            "start": 873306205,
            "stop": 873306252
        },
        {
            "start": 873306286,
            "stop": 873306334
        },
        {
            "start": 873306367,
            "stop": 873306402
        },
        {
            "start": 873306435,
            "stop": 873306509
        },
        {
            "start": 873306543,
            "stop": 873306602
        },
        {
            "start": 873306621,
            "stop": 873306629
        },
        {
            "start": 873306646,
            "stop": 873306672
        },
        {
            "start": 873306692,
            "stop": 873306698
        },
        {
            "start": 873306715,
            "stop": 873306736
        }
    ]
}