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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=125",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 126,
    "results": [
        {
            "start": 962897630,
            "stop": 962910335
        },
        {
            "start": 962914183,
            "stop": 962926576
        },
        {
            "start": 962949992,
            "stop": 962954871
        },
        {
            "start": 962955934,
            "stop": 962967225
        },
        {
            "start": 962982135,
            "stop": 962987661
        },
        {
            "start": 962988902,
            "stop": 962995230
        },
        {
            "start": 962996673,
            "stop": 962997342
        },
        {
            "start": 963000518,
            "stop": 963005720
        },
        {
            "start": 963005946,
            "stop": 963011389
        },
        {
            "start": 963011470,
            "stop": 963011924
        },
        {
            "start": 963034418,
            "stop": 963048888
        },
        {
            "start": 963049561,
            "stop": 963052199
        },
        {
            "start": 963079957,
            "stop": 963080017
        },
        {
            "start": 963080075,
            "stop": 963080705
        },
        {
            "start": 963081800,
            "stop": 963082226
        },
        {
            "start": 963082260,
            "stop": 963083318
        },
        {
            "start": 963083940,
            "stop": 963085272
        },
        {
            "start": 963086293,
            "stop": 963087920
        },
        {
            "start": 963089371,
            "stop": 963102682
        },
        {
            "start": 963105246,
            "stop": 963108370
        }
    ]
}