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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=820",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 821,
    "results": [
        {
            "start": 869570949,
            "stop": 869570963
        },
        {
            "start": 869570968,
            "stop": 869571044
        },
        {
            "start": 869571049,
            "stop": 869571109
        },
        {
            "start": 869571119,
            "stop": 869572737
        },
        {
            "start": 869572742,
            "stop": 869574006
        },
        {
            "start": 869574014,
            "stop": 869574215
        },
        {
            "start": 869574221,
            "stop": 869574241
        },
        {
            "start": 869574246,
            "stop": 869574381
        },
        {
            "start": 869574388,
            "stop": 869574443
        },
        {
            "start": 869574446,
            "stop": 869574514
        },
        {
            "start": 869574524,
            "stop": 869574534
        },
        {
            "start": 869574543,
            "stop": 869574597
        },
        {
            "start": 869574601,
            "stop": 869574619
        },
        {
            "start": 869574626,
            "stop": 869574674
        },
        {
            "start": 869574680,
            "stop": 869574735
        },
        {
            "start": 869574744,
            "stop": 869574756
        },
        {
            "start": 869574765,
            "stop": 869574800
        },
        {
            "start": 869574807,
            "stop": 869574820
        },
        {
            "start": 869574827,
            "stop": 869574838
        },
        {
            "start": 869574841,
            "stop": 869574853
        }
    ]
}