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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1851",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1849",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1850,
    "results": [
        {
            "start": 965922359,
            "stop": 965922689
        },
        {
            "start": 965923553,
            "stop": 965924982
        },
        {
            "start": 965924983,
            "stop": 965938463
        },
        {
            "start": 965938464,
            "stop": 965948699
        },
        {
            "start": 965948850,
            "stop": 965953194
        },
        {
            "start": 965953195,
            "stop": 965969833
        },
        {
            "start": 965971942,
            "stop": 965989844
        },
        {
            "start": 965989845,
            "stop": 965995430
        },
        {
            "start": 965995431,
            "stop": 965995611
        },
        {
            "start": 965996688,
            "stop": 965996948
        },
        {
            "start": 965997554,
            "stop": 965999223
        },
        {
            "start": 966002255,
            "stop": 966018169
        },
        {
            "start": 966018839,
            "stop": 966019120
        },
        {
            "start": 966020821,
            "stop": 966021742
        },
        {
            "start": 966022486,
            "stop": 966025365
        },
        {
            "start": 966028351,
            "stop": 966035160
        },
        {
            "start": 966035161,
            "stop": 966035636
        },
        {
            "start": 966036660,
            "stop": 966045744
        },
        {
            "start": 966048891,
            "stop": 966054789
        },
        {
            "start": 966055214,
            "stop": 966057960
        }
    ]
}