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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=139",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 140,
    "results": [
        {
            "start": 965875757,
            "stop": 965903867
        },
        {
            "start": 965906153,
            "stop": 965916619
        },
        {
            "start": 965918489,
            "stop": 965918711
        },
        {
            "start": 965920980,
            "stop": 965922704
        },
        {
            "start": 965923553,
            "stop": 965948699
        },
        {
            "start": 965948850,
            "stop": 965969848
        },
        {
            "start": 965971942,
            "stop": 965995626
        },
        {
            "start": 965996688,
            "stop": 965996963
        },
        {
            "start": 965997554,
            "stop": 965999238
        },
        {
            "start": 966002255,
            "stop": 966018184
        },
        {
            "start": 966018839,
            "stop": 966019135
        },
        {
            "start": 966020821,
            "stop": 966021757
        },
        {
            "start": 966022486,
            "stop": 966025380
        },
        {
            "start": 966028351,
            "stop": 966035651
        },
        {
            "start": 966036660,
            "stop": 966045759
        },
        {
            "start": 966048891,
            "stop": 966054789
        },
        {
            "start": 966055214,
            "stop": 966081003
        },
        {
            "start": 966082451,
            "stop": 966086175
        },
        {
            "start": 966102268,
            "stop": 966108405
        },
        {
            "start": 966109797,
            "stop": 966116119
        }
    ]
}