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_CBCHIGH_CAT4/segments?format=api&page=4897
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4898",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4896",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4897,
    "results": [
        {
            "start": 875074807,
            "stop": 875075485
        },
        {
            "start": 875075504,
            "stop": 875075828
        },
        {
            "start": 875077151,
            "stop": 875078748
        },
        {
            "start": 875078767,
            "stop": 875079140
        },
        {
            "start": 875079160,
            "stop": 875079505
        },
        {
            "start": 875079524,
            "stop": 875079655
        },
        {
            "start": 875079675,
            "stop": 875079826
        },
        {
            "start": 875079845,
            "stop": 875080156
        },
        {
            "start": 875080198,
            "stop": 875080652
        },
        {
            "start": 875080681,
            "stop": 875081357
        },
        {
            "start": 875081376,
            "stop": 875081496
        },
        {
            "start": 875081515,
            "stop": 875081536
        },
        {
            "start": 875081555,
            "stop": 875081676
        },
        {
            "start": 875081695,
            "stop": 875082356
        },
        {
            "start": 875082375,
            "stop": 875082561
        },
        {
            "start": 875082681,
            "stop": 875082726
        },
        {
            "start": 875082745,
            "stop": 875082836
        },
        {
            "start": 875082855,
            "stop": 875082907
        },
        {
            "start": 875082926,
            "stop": 875083416
        },
        {
            "start": 875083435,
            "stop": 875083651
        }
    ]
}