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=5064
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=5065",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5063",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5064,
    "results": [
        {
            "start": 874609536,
            "stop": 874609548
        },
        {
            "start": 874609555,
            "stop": 874609609
        },
        {
            "start": 874609622,
            "stop": 874609634
        },
        {
            "start": 874609641,
            "stop": 874609648
        },
        {
            "start": 874609655,
            "stop": 874609661
        },
        {
            "start": 874609668,
            "stop": 874609708
        },
        {
            "start": 874609715,
            "stop": 874609738
        },
        {
            "start": 874609747,
            "stop": 874609761
        },
        {
            "start": 874609775,
            "stop": 874609785
        },
        {
            "start": 874609792,
            "stop": 874609797
        },
        {
            "start": 874609804,
            "stop": 874609858
        },
        {
            "start": 874609865,
            "stop": 874609878
        },
        {
            "start": 874609888,
            "stop": 874609897
        },
        {
            "start": 874609904,
            "stop": 874609908
        },
        {
            "start": 874609916,
            "stop": 874609927
        },
        {
            "start": 874609938,
            "stop": 874609966
        },
        {
            "start": 874609981,
            "stop": 874609991
        },
        {
            "start": 874609999,
            "stop": 874610007
        },
        {
            "start": 874610021,
            "stop": 874610035
        },
        {
            "start": 874610042,
            "stop": 874610067
        }
    ]
}