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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=12",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 13,
    "results": [
        {
            "start": 816661801,
            "stop": 816661872
        },
        {
            "start": 816661875,
            "stop": 816662199
        },
        {
            "start": 816662202,
            "stop": 816662278
        },
        {
            "start": 816662281,
            "stop": 816662292
        },
        {
            "start": 816662295,
            "stop": 816662309
        },
        {
            "start": 816662312,
            "stop": 816662801
        },
        {
            "start": 816662809,
            "stop": 816662844
        },
        {
            "start": 816662847,
            "stop": 816662849
        },
        {
            "start": 816662852,
            "stop": 816662933
        },
        {
            "start": 816663559,
            "stop": 816664206
        },
        {
            "start": 816664209,
            "stop": 816664875
        },
        {
            "start": 816664878,
            "stop": 816665621
        },
        {
            "start": 816665624,
            "stop": 816665697
        },
        {
            "start": 816667587,
            "stop": 816667589
        },
        {
            "start": 816668003,
            "stop": 816669755
        },
        {
            "start": 816669759,
            "stop": 816669926
        },
        {
            "start": 816669929,
            "stop": 816669934
        },
        {
            "start": 816669938,
            "stop": 816670102
        },
        {
            "start": 816670106,
            "stop": 816670335
        },
        {
            "start": 816670338,
            "stop": 816670543
        }
    ]
}