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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5114",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5115,
    "results": [
        {
            "start": 874705537,
            "stop": 874705560
        },
        {
            "start": 874705579,
            "stop": 874705585
        },
        {
            "start": 874705604,
            "stop": 874705658
        },
        {
            "start": 874705678,
            "stop": 874705689
        },
        {
            "start": 874705709,
            "stop": 874705711
        },
        {
            "start": 874705753,
            "stop": 874705757
        },
        {
            "start": 874705806,
            "stop": 874705819
        },
        {
            "start": 874705848,
            "stop": 874705851
        },
        {
            "start": 874705871,
            "stop": 874705888
        },
        {
            "start": 874705907,
            "stop": 874705910
        },
        {
            "start": 874705930,
            "stop": 874705932
        },
        {
            "start": 874705961,
            "stop": 874706024
        },
        {
            "start": 874706067,
            "stop": 874706094
        },
        {
            "start": 874706143,
            "stop": 874706146
        },
        {
            "start": 874706165,
            "stop": 874706178
        },
        {
            "start": 874706217,
            "stop": 874706267
        },
        {
            "start": 874706287,
            "stop": 874706347
        },
        {
            "start": 874706414,
            "stop": 874706420
        },
        {
            "start": 874706457,
            "stop": 874706512
        },
        {
            "start": 874706569,
            "stop": 874706578
        }
    ]
}