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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=140",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 141,
    "results": [
        {
            "start": 966117249,
            "stop": 966120961
        },
        {
            "start": 966121282,
            "stop": 966130195
        },
        {
            "start": 966131106,
            "stop": 966170183
        },
        {
            "start": 966171589,
            "stop": 966172427
        },
        {
            "start": 966172880,
            "stop": 966174866
        },
        {
            "start": 966176642,
            "stop": 966207130
        },
        {
            "start": 966207784,
            "stop": 966209332
        },
        {
            "start": 966211285,
            "stop": 966220703
        },
        {
            "start": 966220908,
            "stop": 966254998
        },
        {
            "start": 966255918,
            "stop": 966255981
        },
        {
            "start": 966256586,
            "stop": 966264542
        },
        {
            "start": 966267270,
            "stop": 966280739
        },
        {
            "start": 966284394,
            "stop": 966291197
        },
        {
            "start": 966294915,
            "stop": 966295021
        },
        {
            "start": 966296017,
            "stop": 966310221
        },
        {
            "start": 966310933,
            "stop": 966340553
        },
        {
            "start": 966342853,
            "stop": 966343359
        },
        {
            "start": 966344913,
            "stop": 966348037
        },
        {
            "start": 966350853,
            "stop": 966357501
        },
        {
            "start": 966358532,
            "stop": 966358677
        }
    ]
}