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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=151",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 152,
    "results": [
        {
            "start": 970695724,
            "stop": 970758055
        },
        {
            "start": 970760237,
            "stop": 970763091
        },
        {
            "start": 970763784,
            "stop": 970777573
        },
        {
            "start": 970780178,
            "stop": 970787993
        },
        {
            "start": 970789463,
            "stop": 970804347
        },
        {
            "start": 970808494,
            "stop": 970827318
        },
        {
            "start": 970843369,
            "stop": 970848686
        },
        {
            "start": 970883944,
            "stop": 970886716
        },
        {
            "start": 970887879,
            "stop": 970900883
        },
        {
            "start": 970902319,
            "stop": 970923076
        },
        {
            "start": 970952365,
            "stop": 970961689
        },
        {
            "start": 970970428,
            "stop": 970971325
        },
        {
            "start": 970973469,
            "stop": 971014074
        },
        {
            "start": 971015969,
            "stop": 971019042
        },
        {
            "start": 971020528,
            "stop": 971031617
        },
        {
            "start": 971033483,
            "stop": 971036166
        },
        {
            "start": 971070670,
            "stop": 971075738
        },
        {
            "start": 971075897,
            "stop": 971096205
        },
        {
            "start": 971100276,
            "stop": 971102772
        },
        {
            "start": 971106036,
            "stop": 971108998
        }
    ]
}