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=5098
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=5099",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5097",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5098,
    "results": [
        {
            "start": 874647746,
            "stop": 874647755
        },
        {
            "start": 874647762,
            "stop": 874647855
        },
        {
            "start": 874647862,
            "stop": 874647888
        },
        {
            "start": 874647895,
            "stop": 874647924
        },
        {
            "start": 874647936,
            "stop": 874647937
        },
        {
            "start": 874647944,
            "stop": 874647970
        },
        {
            "start": 874647982,
            "stop": 874648007
        },
        {
            "start": 874648014,
            "stop": 874648108
        },
        {
            "start": 874648115,
            "stop": 874648151
        },
        {
            "start": 874648158,
            "stop": 874648190
        },
        {
            "start": 874648197,
            "stop": 874648232
        },
        {
            "start": 874648239,
            "stop": 874648304
        },
        {
            "start": 874648314,
            "stop": 874648334
        },
        {
            "start": 874648341,
            "stop": 874648366
        },
        {
            "start": 874648373,
            "stop": 874648377
        },
        {
            "start": 874648388,
            "stop": 874648452
        },
        {
            "start": 874648459,
            "stop": 874648481
        },
        {
            "start": 874648489,
            "stop": 874648530
        },
        {
            "start": 874648537,
            "stop": 874648582
        },
        {
            "start": 874648589,
            "stop": 874648661
        }
    ]
}