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=5118
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=5119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5117",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5118,
    "results": [
        {
            "start": 874681245,
            "stop": 874681368
        },
        {
            "start": 874681375,
            "stop": 874681657
        },
        {
            "start": 874681664,
            "stop": 874681676
        },
        {
            "start": 874681683,
            "stop": 874681769
        },
        {
            "start": 874681777,
            "stop": 874681829
        },
        {
            "start": 874681837,
            "stop": 874681966
        },
        {
            "start": 874681973,
            "stop": 874682005
        },
        {
            "start": 874682013,
            "stop": 874682017
        },
        {
            "start": 874682024,
            "stop": 874682038
        },
        {
            "start": 874682046,
            "stop": 874682080
        },
        {
            "start": 874682087,
            "stop": 874682140
        },
        {
            "start": 874682149,
            "stop": 874682192
        },
        {
            "start": 874682205,
            "stop": 874682214
        },
        {
            "start": 874682222,
            "stop": 874682244
        },
        {
            "start": 874682251,
            "stop": 874682256
        },
        {
            "start": 874682264,
            "stop": 874682294
        },
        {
            "start": 874682301,
            "stop": 874682347
        },
        {
            "start": 874682354,
            "stop": 874682357
        },
        {
            "start": 874682364,
            "stop": 874682467
        },
        {
            "start": 874682503,
            "stop": 874682549
        }
    ]
}