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=5095
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=5096",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5094",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5095,
    "results": [
        {
            "start": 874644373,
            "stop": 874644377
        },
        {
            "start": 874644384,
            "stop": 874644389
        },
        {
            "start": 874644396,
            "stop": 874644502
        },
        {
            "start": 874644509,
            "stop": 874644593
        },
        {
            "start": 874644600,
            "stop": 874644805
        },
        {
            "start": 874644814,
            "stop": 874644848
        },
        {
            "start": 874644856,
            "stop": 874644908
        },
        {
            "start": 874644915,
            "stop": 874644921
        },
        {
            "start": 874644928,
            "stop": 874644997
        },
        {
            "start": 874645004,
            "stop": 874645044
        },
        {
            "start": 874645051,
            "stop": 874645093
        },
        {
            "start": 874645101,
            "stop": 874645144
        },
        {
            "start": 874645151,
            "stop": 874645186
        },
        {
            "start": 874645194,
            "stop": 874645221
        },
        {
            "start": 874645228,
            "stop": 874645353
        },
        {
            "start": 874645366,
            "stop": 874645405
        },
        {
            "start": 874645412,
            "stop": 874645439
        },
        {
            "start": 874645446,
            "stop": 874645520
        },
        {
            "start": 874645527,
            "stop": 874645544
        },
        {
            "start": 874645551,
            "stop": 874645650
        }
    ]
}