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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3833",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3831",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3832,
    "results": [
        {
            "start": 874929155,
            "stop": 874929158
        },
        {
            "start": 874929175,
            "stop": 874930023
        },
        {
            "start": 874930040,
            "stop": 874930733
        },
        {
            "start": 874930753,
            "stop": 874932246
        },
        {
            "start": 874932273,
            "stop": 874932669
        },
        {
            "start": 874932686,
            "stop": 874934143
        },
        {
            "start": 874934160,
            "stop": 874935116
        },
        {
            "start": 874936157,
            "stop": 874936467
        },
        {
            "start": 874936484,
            "stop": 874936924
        },
        {
            "start": 874936941,
            "stop": 874936980
        },
        {
            "start": 874937040,
            "stop": 874937626
        },
        {
            "start": 874937700,
            "stop": 874939080
        },
        {
            "start": 874939140,
            "stop": 874939440
        },
        {
            "start": 874939457,
            "stop": 874939664
        },
        {
            "start": 874939845,
            "stop": 874939996
        },
        {
            "start": 874940013,
            "stop": 874941720
        },
        {
            "start": 874941840,
            "stop": 874942020
        },
        {
            "start": 874942080,
            "stop": 874942740
        },
        {
            "start": 874942800,
            "stop": 874943160
        },
        {
            "start": 874943220,
            "stop": 874944380
        }
    ]
}