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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=49",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 50,
    "results": [
        {
            "start": 942455411,
            "stop": 942455587
        },
        {
            "start": 942458537,
            "stop": 942458788
        },
        {
            "start": 942460222,
            "stop": 942460888
        },
        {
            "start": 942462549,
            "stop": 942463515
        },
        {
            "start": 942464764,
            "stop": 942464907
        },
        {
            "start": 942466797,
            "stop": 942466919
        },
        {
            "start": 942486839,
            "stop": 942487141
        },
        {
            "start": 942488404,
            "stop": 942489103
        },
        {
            "start": 942489979,
            "stop": 942490398
        },
        {
            "start": 942491869,
            "stop": 942492817
        },
        {
            "start": 942494670,
            "stop": 942494884
        },
        {
            "start": 942496412,
            "stop": 942496677
        },
        {
            "start": 942502250,
            "stop": 942502692
        },
        {
            "start": 942527843,
            "stop": 942528074
        },
        {
            "start": 942529382,
            "stop": 942529847
        },
        {
            "start": 942534459,
            "stop": 942534521
        },
        {
            "start": 942535361,
            "stop": 942537305
        },
        {
            "start": 942538961,
            "stop": 942540258
        },
        {
            "start": 942541382,
            "stop": 942542732
        },
        {
            "start": 942542754,
            "stop": 942545451
        }
    ]
}