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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=285",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 286,
    "results": [
        {
            "start": 868927017,
            "stop": 868947874
        },
        {
            "start": 868950072,
            "stop": 868970511
        },
        {
            "start": 868977061,
            "stop": 868979535
        },
        {
            "start": 868979601,
            "stop": 868988643
        },
        {
            "start": 868988782,
            "stop": 868990977
        },
        {
            "start": 868991254,
            "stop": 868994212
        },
        {
            "start": 868994585,
            "stop": 868994738
        },
        {
            "start": 868994867,
            "stop": 868996870
        },
        {
            "start": 869005981,
            "stop": 869037989
        },
        {
            "start": 869038539,
            "stop": 869039200
        },
        {
            "start": 869040367,
            "stop": 869060063
        },
        {
            "start": 869064776,
            "stop": 869066874
        },
        {
            "start": 869067981,
            "stop": 869068331
        },
        {
            "start": 869079448,
            "stop": 869121368
        },
        {
            "start": 869122587,
            "stop": 869141947
        },
        {
            "start": 869142429,
            "stop": 869144523
        },
        {
            "start": 869149222,
            "stop": 869159110
        },
        {
            "start": 869159297,
            "stop": 869168784
        },
        {
            "start": 869169174,
            "stop": 869180069
        },
        {
            "start": 869181167,
            "stop": 869206594
        }
    ]
}