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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3302",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3303,
    "results": [
        {
            "start": 874882380,
            "stop": 874885140
        },
        {
            "start": 874885363,
            "stop": 874886880
        },
        {
            "start": 874886940,
            "stop": 874887890
        },
        {
            "start": 874887894,
            "stop": 874889880
        },
        {
            "start": 874889940,
            "stop": 874890240
        },
        {
            "start": 874890300,
            "stop": 874896720
        },
        {
            "start": 874896780,
            "stop": 874901592
        },
        {
            "start": 874901892,
            "stop": 874902136
        },
        {
            "start": 874903006,
            "stop": 874903860
        },
        {
            "start": 874903920,
            "stop": 874918244
        },
        {
            "start": 874918425,
            "stop": 874923720
        },
        {
            "start": 874923780,
            "stop": 874935116
        },
        {
            "start": 874936157,
            "stop": 874936980
        },
        {
            "start": 874937040,
            "stop": 874937634
        },
        {
            "start": 874937637,
            "stop": 874937640
        },
        {
            "start": 874937700,
            "stop": 874939080
        },
        {
            "start": 874939140,
            "stop": 874939664
        },
        {
            "start": 874939845,
            "stop": 874941720
        },
        {
            "start": 874941840,
            "stop": 874942020
        },
        {
            "start": 874942080,
            "stop": 874942740
        }
    ]
}