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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=113",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 114,
    "results": [
        {
            "start": 959855731,
            "stop": 959857570
        },
        {
            "start": 959898246,
            "stop": 959935022
        },
        {
            "start": 959937543,
            "stop": 959939590
        },
        {
            "start": 959940334,
            "stop": 959944644
        },
        {
            "start": 959952415,
            "stop": 959952689
        },
        {
            "start": 959954263,
            "stop": 959954940
        },
        {
            "start": 959959093,
            "stop": 959959112
        },
        {
            "start": 959959833,
            "stop": 959959987
        },
        {
            "start": 959962800,
            "stop": 959966541
        },
        {
            "start": 959969809,
            "stop": 959973357
        },
        {
            "start": 959973676,
            "stop": 959973719
        },
        {
            "start": 959974712,
            "stop": 959974737
        },
        {
            "start": 959977258,
            "stop": 959980796
        },
        {
            "start": 959982079,
            "stop": 959984855
        },
        {
            "start": 959989659,
            "stop": 959992887
        },
        {
            "start": 960003979,
            "stop": 960030754
        },
        {
            "start": 960072143,
            "stop": 960078613
        },
        {
            "start": 960100429,
            "stop": 960104481
        },
        {
            "start": 960105426,
            "stop": 960116795
        },
        {
            "start": 960125236,
            "stop": 960125986
        }
    ]
}