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=5184
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=5185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5183",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5184,
    "results": [
        {
            "start": 874787467,
            "stop": 874787477
        },
        {
            "start": 874787484,
            "stop": 874787529
        },
        {
            "start": 874787536,
            "stop": 874787558
        },
        {
            "start": 874787565,
            "stop": 874787574
        },
        {
            "start": 874787581,
            "stop": 874787593
        },
        {
            "start": 874787600,
            "stop": 874787628
        },
        {
            "start": 874787636,
            "stop": 874787662
        },
        {
            "start": 874787675,
            "stop": 874787680
        },
        {
            "start": 874787688,
            "stop": 874787720
        },
        {
            "start": 874787727,
            "stop": 874787735
        },
        {
            "start": 874787827,
            "stop": 874787879
        },
        {
            "start": 874787886,
            "stop": 874787913
        },
        {
            "start": 874787920,
            "stop": 874788046
        },
        {
            "start": 874788053,
            "stop": 874788086
        },
        {
            "start": 874788100,
            "stop": 874788101
        },
        {
            "start": 874788108,
            "stop": 874788115
        },
        {
            "start": 874788122,
            "stop": 874788267
        },
        {
            "start": 874788274,
            "stop": 874788363
        },
        {
            "start": 874788371,
            "stop": 874788381
        },
        {
            "start": 874788385,
            "stop": 874788422
        }
    ]
}