Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=183
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=182",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 183,
    "results": [
        {
            "start": 817422324,
            "stop": 817422762
        },
        {
            "start": 817422781,
            "stop": 817423061
        },
        {
            "start": 817423080,
            "stop": 817423400
        },
        {
            "start": 817423417,
            "stop": 817423916
        },
        {
            "start": 817423942,
            "stop": 817423947
        },
        {
            "start": 817423954,
            "stop": 817423969
        },
        {
            "start": 817423988,
            "stop": 817424053
        },
        {
            "start": 817424072,
            "stop": 817424093
        },
        {
            "start": 817424114,
            "stop": 817425209
        },
        {
            "start": 817425228,
            "stop": 817425710
        },
        {
            "start": 817425729,
            "stop": 817425770
        },
        {
            "start": 817425790,
            "stop": 817425806
        },
        {
            "start": 817425825,
            "stop": 817425828
        },
        {
            "start": 817425852,
            "stop": 817426166
        },
        {
            "start": 817426183,
            "stop": 817426203
        },
        {
            "start": 817426222,
            "stop": 817426231
        },
        {
            "start": 817426262,
            "stop": 817426292
        },
        {
            "start": 817430054,
            "stop": 817430190
        },
        {
            "start": 817431150,
            "stop": 817431175
        },
        {
            "start": 817431204,
            "stop": 817431719
        }
    ]
}