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=5197
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=5198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5196",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5197,
    "results": [
        {
            "start": 874856180,
            "stop": 874856474
        },
        {
            "start": 874856481,
            "stop": 874856515
        },
        {
            "start": 874856522,
            "stop": 874856664
        },
        {
            "start": 874856671,
            "stop": 874856698
        },
        {
            "start": 874856705,
            "stop": 874856722
        },
        {
            "start": 874856729,
            "stop": 874856800
        },
        {
            "start": 874856807,
            "stop": 874856830
        },
        {
            "start": 874856837,
            "stop": 874857131
        },
        {
            "start": 874857138,
            "stop": 874857501
        },
        {
            "start": 874857513,
            "stop": 874857546
        },
        {
            "start": 874857554,
            "stop": 874857576
        },
        {
            "start": 874857583,
            "stop": 874857645
        },
        {
            "start": 874857652,
            "stop": 874857665
        },
        {
            "start": 874857985,
            "stop": 874858618
        },
        {
            "start": 874858622,
            "stop": 874858800
        },
        {
            "start": 874858809,
            "stop": 874858832
        },
        {
            "start": 874858839,
            "stop": 874858861
        },
        {
            "start": 874859660,
            "stop": 874860297
        },
        {
            "start": 874860304,
            "stop": 874860436
        },
        {
            "start": 874860443,
            "stop": 874860445
        }
    ]
}