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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=157",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 158,
    "results": [
        {
            "start": 873510910,
            "stop": 873539786
        },
        {
            "start": 873540905,
            "stop": 873558100
        },
        {
            "start": 873576479,
            "stop": 873583005
        },
        {
            "start": 873585762,
            "stop": 873618095
        },
        {
            "start": 873619307,
            "stop": 873631779
        },
        {
            "start": 873642417,
            "stop": 873645656
        },
        {
            "start": 873646946,
            "stop": 873648732
        },
        {
            "start": 873649912,
            "stop": 873651417
        },
        {
            "start": 873654681,
            "stop": 873657113
        },
        {
            "start": 873664706,
            "stop": 873665965
        },
        {
            "start": 873669669,
            "stop": 873670120
        },
        {
            "start": 873672340,
            "stop": 873677288
        },
        {
            "start": 873688370,
            "stop": 873689395
        },
        {
            "start": 873690169,
            "stop": 873690878
        },
        {
            "start": 873698608,
            "stop": 873713256
        },
        {
            "start": 873715250,
            "stop": 873733469
        },
        {
            "start": 873735693,
            "stop": 873736107
        },
        {
            "start": 873737305,
            "stop": 873745608
        },
        {
            "start": 873746535,
            "stop": 873769276
        },
        {
            "start": 873770484,
            "stop": 873786055
        }
    ]
}