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=5210
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=5211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5209",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5210,
    "results": [
        {
            "start": 875080192,
            "stop": 875080656
        },
        {
            "start": 875080692,
            "stop": 875081357
        },
        {
            "start": 875081393,
            "stop": 875081496
        },
        {
            "start": 875081532,
            "stop": 875081536
        },
        {
            "start": 875081572,
            "stop": 875081676
        },
        {
            "start": 875081712,
            "stop": 875082356
        },
        {
            "start": 875082392,
            "stop": 875082726
        },
        {
            "start": 875082762,
            "stop": 875082836
        },
        {
            "start": 875082872,
            "stop": 875082907
        },
        {
            "start": 875082943,
            "stop": 875083416
        },
        {
            "start": 875083452,
            "stop": 875083657
        },
        {
            "start": 875083664,
            "stop": 875083736
        },
        {
            "start": 875083772,
            "stop": 875084016
        },
        {
            "start": 875084052,
            "stop": 875084176
        },
        {
            "start": 875084212,
            "stop": 875084317
        },
        {
            "start": 875084324,
            "stop": 875084336
        },
        {
            "start": 875084372,
            "stop": 875084497
        },
        {
            "start": 875084533,
            "stop": 875084717
        },
        {
            "start": 875084724,
            "stop": 875085387
        },
        {
            "start": 875085394,
            "stop": 875086053
        }
    ]
}