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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9138",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9139,
    "results": [
        {
            "start": 875130572,
            "stop": 875132799
        },
        {
            "start": 875132816,
            "stop": 875132982
        },
        {
            "start": 875132999,
            "stop": 875133872
        },
        {
            "start": 875137357,
            "stop": 875137380
        },
        {
            "start": 875137560,
            "stop": 875137693
        },
        {
            "start": 875137710,
            "stop": 875138474
        },
        {
            "start": 875138491,
            "stop": 875138882
        },
        {
            "start": 875138901,
            "stop": 875139717
        },
        {
            "start": 875139737,
            "stop": 875141092
        },
        {
            "start": 875141597,
            "stop": 875142790
        },
        {
            "start": 875142809,
            "stop": 875142945
        },
        {
            "start": 875142963,
            "stop": 875144260
        },
        {
            "start": 875144279,
            "stop": 875145139
        },
        {
            "start": 875145159,
            "stop": 875145987
        },
        {
            "start": 875146006,
            "stop": 875147055
        },
        {
            "start": 875147072,
            "stop": 875148257
        },
        {
            "start": 875148276,
            "stop": 875148854
        },
        {
            "start": 875148871,
            "stop": 875149043
        },
        {
            "start": 875149060,
            "stop": 875149568
        },
        {
            "start": 875149588,
            "stop": 875149968
        }
    ]
}