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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=67",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 68,
    "results": [
        {
            "start": 827314692,
            "stop": 827316079
        },
        {
            "start": 827317060,
            "stop": 827320001
        },
        {
            "start": 827320453,
            "stop": 827326025
        },
        {
            "start": 827327040,
            "stop": 827332109
        },
        {
            "start": 827332179,
            "stop": 827334789
        },
        {
            "start": 827334995,
            "stop": 827339623
        },
        {
            "start": 827339667,
            "stop": 827346305
        },
        {
            "start": 827350198,
            "stop": 827352226
        },
        {
            "start": 827356117,
            "stop": 827357179
        },
        {
            "start": 827362143,
            "stop": 827365369
        },
        {
            "start": 827370256,
            "stop": 827404666
        },
        {
            "start": 827405773,
            "stop": 827410052
        },
        {
            "start": 827410919,
            "stop": 827417626
        },
        {
            "start": 827417706,
            "stop": 827419814
        },
        {
            "start": 827419896,
            "stop": 827430294
        },
        {
            "start": 827430692,
            "stop": 827441455
        },
        {
            "start": 827443842,
            "stop": 827447536
        },
        {
            "start": 827449326,
            "stop": 827451173
        },
        {
            "start": 827453345,
            "stop": 827458533
        },
        {
            "start": 827461014,
            "stop": 827461160
        }
    ]
}