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=5105
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=5106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5104",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5105,
    "results": [
        {
            "start": 874663764,
            "stop": 874663873
        },
        {
            "start": 874663881,
            "stop": 874663895
        },
        {
            "start": 874663902,
            "stop": 874663969
        },
        {
            "start": 874663976,
            "stop": 874663984
        },
        {
            "start": 874663991,
            "stop": 874664109
        },
        {
            "start": 874664116,
            "stop": 874664240
        },
        {
            "start": 874664247,
            "stop": 874664312
        },
        {
            "start": 874664319,
            "stop": 874664461
        },
        {
            "start": 874664468,
            "stop": 874664496
        },
        {
            "start": 874664503,
            "stop": 874664537
        },
        {
            "start": 874664544,
            "stop": 874664633
        },
        {
            "start": 874664640,
            "stop": 874664883
        },
        {
            "start": 874664891,
            "stop": 874665057
        },
        {
            "start": 874665065,
            "stop": 874665069
        },
        {
            "start": 874665076,
            "stop": 874665081
        },
        {
            "start": 874665089,
            "stop": 874665096
        },
        {
            "start": 874665103,
            "stop": 874665143
        },
        {
            "start": 874665154,
            "stop": 874665157
        },
        {
            "start": 874665171,
            "stop": 874665179
        },
        {
            "start": 874665199,
            "stop": 874665239
        }
    ]
}