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=5026
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=5027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5025",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5026,
    "results": [
        {
            "start": 874562498,
            "stop": 874562509
        },
        {
            "start": 874562516,
            "stop": 874562531
        },
        {
            "start": 874562538,
            "stop": 874562566
        },
        {
            "start": 874562573,
            "stop": 874562626
        },
        {
            "start": 874562633,
            "stop": 874562656
        },
        {
            "start": 874562664,
            "stop": 874562665
        },
        {
            "start": 874562675,
            "stop": 874562720
        },
        {
            "start": 874562727,
            "stop": 874562736
        },
        {
            "start": 874562745,
            "stop": 874562753
        },
        {
            "start": 874562760,
            "stop": 874562782
        },
        {
            "start": 874562789,
            "stop": 874562794
        },
        {
            "start": 874562801,
            "stop": 874562840
        },
        {
            "start": 874562848,
            "stop": 874562899
        },
        {
            "start": 874562906,
            "stop": 874562966
        },
        {
            "start": 874562974,
            "stop": 874562994
        },
        {
            "start": 874563009,
            "stop": 874563017
        },
        {
            "start": 874563024,
            "stop": 874563059
        },
        {
            "start": 874563066,
            "stop": 874563070
        },
        {
            "start": 874563077,
            "stop": 874563099
        },
        {
            "start": 874563106,
            "stop": 874563127
        }
    ]
}