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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2218",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2219,
    "results": [
        {
            "start": 874568891,
            "stop": 874604520
        },
        {
            "start": 874604522,
            "stop": 874613670
        },
        {
            "start": 874613730,
            "stop": 874615770
        },
        {
            "start": 874615830,
            "stop": 874619699
        },
        {
            "start": 874619701,
            "stop": 874620029
        },
        {
            "start": 874620030,
            "stop": 874622629
        },
        {
            "start": 874624805,
            "stop": 874649838
        },
        {
            "start": 874651935,
            "stop": 874665270
        },
        {
            "start": 874665330,
            "stop": 874670817
        },
        {
            "start": 874670819,
            "stop": 874687188
        },
        {
            "start": 874687298,
            "stop": 874689109
        },
        {
            "start": 874689409,
            "stop": 874695689
        },
        {
            "start": 874697253,
            "stop": 874706484
        },
        {
            "start": 874708032,
            "stop": 874721694
        },
        {
            "start": 874721696,
            "stop": 874767736
        },
        {
            "start": 874786169,
            "stop": 874786911
        },
        {
            "start": 874786913,
            "stop": 874787738
        },
        {
            "start": 874787857,
            "stop": 874788115
        },
        {
            "start": 874788117,
            "stop": 874788147
        },
        {
            "start": 874788148,
            "stop": 874788164
        }
    ]
}