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=5121
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=5122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5120",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5121,
    "results": [
        {
            "start": 874715887,
            "stop": 874715971
        },
        {
            "start": 874715997,
            "stop": 874716025
        },
        {
            "start": 874716071,
            "stop": 874716174
        },
        {
            "start": 874716210,
            "stop": 874716216
        },
        {
            "start": 874716235,
            "stop": 874716246
        },
        {
            "start": 874716274,
            "stop": 874716282
        },
        {
            "start": 874716301,
            "stop": 874716346
        },
        {
            "start": 874716373,
            "stop": 874716458
        },
        {
            "start": 874716495,
            "stop": 874716605
        },
        {
            "start": 874716624,
            "stop": 874716636
        },
        {
            "start": 874716655,
            "stop": 874716695
        },
        {
            "start": 874716714,
            "stop": 874716715
        },
        {
            "start": 874716739,
            "stop": 874716751
        },
        {
            "start": 874716771,
            "stop": 874716778
        },
        {
            "start": 874716807,
            "stop": 874716892
        },
        {
            "start": 874716913,
            "stop": 874716969
        },
        {
            "start": 874716988,
            "stop": 874717024
        },
        {
            "start": 874717043,
            "stop": 874717067
        },
        {
            "start": 874717090,
            "stop": 874717136
        },
        {
            "start": 874717155,
            "stop": 874717307
        }
    ]
}