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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5094",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5092",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5093,
    "results": [
        {
            "start": 874666816,
            "stop": 874666853
        },
        {
            "start": 874666872,
            "stop": 874666916
        },
        {
            "start": 874666935,
            "stop": 874667017
        },
        {
            "start": 874667037,
            "stop": 874667079
        },
        {
            "start": 874667103,
            "stop": 874667144
        },
        {
            "start": 874667163,
            "stop": 874667196
        },
        {
            "start": 874667215,
            "stop": 874667250
        },
        {
            "start": 874667269,
            "stop": 874667470
        },
        {
            "start": 874667506,
            "stop": 874667606
        },
        {
            "start": 874667626,
            "stop": 874667651
        },
        {
            "start": 874667670,
            "stop": 874667726
        },
        {
            "start": 874667746,
            "stop": 874667940
        },
        {
            "start": 874667964,
            "stop": 874668069
        },
        {
            "start": 874668088,
            "stop": 874668263
        },
        {
            "start": 874668283,
            "stop": 874668380
        },
        {
            "start": 874668399,
            "stop": 874668542
        },
        {
            "start": 874668561,
            "stop": 874668641
        },
        {
            "start": 874668672,
            "stop": 874668700
        },
        {
            "start": 874668720,
            "stop": 874668772
        },
        {
            "start": 874668792,
            "stop": 874668878
        }
    ]
}